Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fast rendering Panning and Zooming SVG based callgraph #75

Open
wants to merge 76 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2013

  1. [TASK] Code cleanup

    [FEATURE] Add custom StyleSheet
    [FEATURE] Add option to set a custom cookie name in config.php
    Michiel Roos committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    41ebb39 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2013

  1. [FEATURE] Add Normalize.css

    Michiel Roos committed Nov 23, 2013
    Configuration menu
    Copy the full SHA
    0c30f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    520e7a3 View commit details
    Browse the repository at this point in the history
  3. [FEATURE] Improve typo3.css

    Michiel Roos committed Nov 23, 2013
    Configuration menu
    Copy the full SHA
    a0078c7 View commit details
    Browse the repository at this point in the history
  4. [FEATURE] Restore invert button

    Michiel Roos committed Nov 23, 2013
    Configuration menu
    Copy the full SHA
    f071583 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9402fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    751e095 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2013

  1. Configuration menu
    Copy the full SHA
    dcbd75a View commit details
    Browse the repository at this point in the history
  2. [TASK] Cleanup chart.phtml

    Michiel Roos committed Nov 24, 2013
    Configuration menu
    Copy the full SHA
    dfbf09e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2013

  1. [TASK] Lightened up the invert image

    Michiel Roos committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    4c3452a View commit details
    Browse the repository at this point in the history
  2. [FEATURE] Update to jQuery 2.0.3

    [FEATURE] Add form filter triggers
    Michiel Roos committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    c909a1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8656dfd View commit details
    Browse the repository at this point in the history
  4. [FEATURE] Update highcharts

    Michiel Roos committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    6713f7c View commit details
    Browse the repository at this point in the history
  5. [TASK] Code cleanup

    [BUGFIX] Fix sticky table header to top of the page
    Michiel Roos committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    2be5ab1 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2013

  1. [BUGFIX] Fix form triggers. They did not work because the submit butt…

    …on had a name attribute with the value 'submit' . . .
    Michiel Roos committed Nov 26, 2013
    Configuration menu
    Copy the full SHA
    5960a04 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2013

  1. [FEATURE] Zooming and Panning SVG based call graph

    Michiel Roos committed Nov 27, 2013
    Configuration menu
    Copy the full SHA
    eff72dc View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] Set proper focal point for dblclick zoom

    Michiel Roos committed Nov 27, 2013
    Configuration menu
    Copy the full SHA
    58d47ab View commit details
    Browse the repository at this point in the history
  3. [FEATURE] Clickable call graph

    Michiel Roos committed Nov 27, 2013
    Configuration menu
    Copy the full SHA
    086caa9 View commit details
    Browse the repository at this point in the history
  4. [TASK] Code cleanup

    Michiel Roos committed Nov 27, 2013
    Configuration menu
    Copy the full SHA
    88c8fcd View commit details
    Browse the repository at this point in the history
  5. [FEATURE] Show pointer cursor for call graph links

    Michiel Roos committed Nov 27, 2013
    Configuration menu
    Copy the full SHA
    b3309e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2013

  1. [FEATURE] Proper number formatting based on configured locale, thousa…

    …ndsSeparator and decimalSeparator settings in config.php
    
    [CLEANUP] Code cleanup
    [FEATURE] Improved back link in call graph
    Michiel Roos committed Dec 13, 2013
    Configuration menu
    Copy the full SHA
    4aaeeeb View commit details
    Browse the repository at this point in the history
  2. [CLEANUP] Remove debugging statement

    Michiel Roos committed Dec 13, 2013
    Configuration menu
    Copy the full SHA
    4d0271f View commit details
    Browse the repository at this point in the history
  3. [BUGFIX] Align units when in a span tag

    Michiel Roos committed Dec 13, 2013
    Configuration menu
    Copy the full SHA
    01fc6d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2013

  1. Configuration menu
    Copy the full SHA
    04d3a41 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2013

  1. [FEATURE] Cleanup table rendering (reduce row height)

    [FEATURE] Enable filtering by domain column by clicking on domain
    Michiel Roos committed Dec 16, 2013
    Configuration menu
    Copy the full SHA
    e7d6b1a View commit details
    Browse the repository at this point in the history
  2. [FEATURE] Show ellipsis on text-overflow in td

    Michiel Roos committed Dec 16, 2013
    Configuration menu
    Copy the full SHA
    020d73d View commit details
    Browse the repository at this point in the history
  3. [BUGFIX] Fix tooltip, reverse default chart order (most recent on the…

    … right)
    Michiel Roos committed Dec 16, 2013
    Configuration menu
    Copy the full SHA
    c09c945 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2013

  1. [FEATURE] CallGraph: Layout node data in table format

    [FEATURE] CallGraph: Add memory info to nodes
    [FEATURE] CallGraph: Add toolTip to nodes
    [FEATURE] CallGraph: Add domain and url as graph name
    Michiel Roos committed Dec 19, 2013
    Configuration menu
    Copy the full SHA
    cdccb87 View commit details
    Browse the repository at this point in the history
  2. [FEATURE] CallGraph: Add loading indicator

    [FEATURE] CallGraph: Add option to show critical path only
    Michiel Roos committed Dec 19, 2013
    Configuration menu
    Copy the full SHA
    cc5ae7a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2013

  1. Configuration menu
    Copy the full SHA
    d1a4ae0 View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] Only attach tablesorter to tables tagged with class tablesor…

    …ter. This allows for links in table headers to function again (like in diff view).
    Michiel Roos committed Dec 20, 2013
    Configuration menu
    Copy the full SHA
    e837db5 View commit details
    Browse the repository at this point in the history
  3. [TASK] Reduce table bloat; classitis

    [FEATURE] Add qtip2 library
    Michiel Roos committed Dec 20, 2013
    Configuration menu
    Copy the full SHA
    da4fa3b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2013

  1. [TASK] Reduce table bloat; remove spans around units

    [TASK] Improve number formatting
    [TASK] Improve readability of Parent/Child report
    Michiel Roos committed Dec 21, 2013
    Configuration menu
    Copy the full SHA
    bd36dce View commit details
    Browse the repository at this point in the history
  2. [FEATURE] Support negative values in printSeconds() and printBytes()

    [TASK] Greatly simplify profTable rendering code
    Michiel Roos committed Dec 21, 2013
    Configuration menu
    Copy the full SHA
    813e27d View commit details
    Browse the repository at this point in the history
  3. [FEATURE] Fix number formatting in diff view

    Michiel Roos committed Dec 21, 2013
    Configuration menu
    Copy the full SHA
    944b4cc View commit details
    Browse the repository at this point in the history
  4. [TASK] Remove breaks from column headers

    Michiel Roos committed Dec 21, 2013
    Configuration menu
    Copy the full SHA
    a551683 View commit details
    Browse the repository at this point in the history
  5. [TASK] Remove str_replace("<br* calls

    Michiel Roos committed Dec 21, 2013
    Configuration menu
    Copy the full SHA
    5247389 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2013

  1. [TASK] Reduce table bloat

    [TASK] Disable qtip because It was meant for outputting the svg tooltip in monospace, it slows down the other big tables
    [TASK] Code cleanup
    Michiel Roos committed Dec 27, 2013
    Configuration menu
    Copy the full SHA
    b5b9ade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c27367 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2013

  1. Configuration menu
    Copy the full SHA
    c8b1081 View commit details
    Browse the repository at this point in the history
  2. [FEATURE] Add parent -> child tooltip to edges and labels so you can …

    …figure out where those 29 calls in the x-ing spaghetti are going to
    Michiel Roos committed Dec 29, 2013
    Configuration menu
    Copy the full SHA
    b84f6d0 View commit details
    Browse the repository at this point in the history
  3. [FEATURE] Added title attributes with the unformatted values to the r…

    …un overview
    
    [TASK] Replace the data-sort attribute on table cells with the shorter 'title' attribute. This has the added benefit of original value inspection.
    Michiel Roos committed Dec 29, 2013
    Configuration menu
    Copy the full SHA
    f52a4ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae98d2a View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2013

  1. [FEATURE] Added graphs for 'most expensive calls by CPU Time' and 'mo…

    …st called methods'
    Michiel Roos committed Dec 30, 2013
    Configuration menu
    Copy the full SHA
    66cd644 View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] Disabled sticky table headers. It kills scrolling performanc…

    …e for me with large tables
    Michiel Roos committed Dec 30, 2013
    Configuration menu
    Copy the full SHA
    08fee45 View commit details
    Browse the repository at this point in the history
  3. [FEATURE] Link data labels in pie charts directly to the drill down c…

    …allgraph view
    Michiel Roos committed Dec 30, 2013
    Configuration menu
    Copy the full SHA
    869fb6d View commit details
    Browse the repository at this point in the history
  4. [TASK] Unlink the 'Other' and 'Loading' segments in the pie charts

    [BUGFIX] Restore the call count in the call count pie chart data labels
    Michiel Roos committed Dec 30, 2013
    Configuration menu
    Copy the full SHA
    4eff022 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2013

  1. [TASK] Cleanup pie charts data labels

    [FEATURE] Add Wall, CPU and Calls to all pie chart labels
    Michiel Roos committed Dec 31, 2013
    Configuration menu
    Copy the full SHA
    908379b View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] Fix the 'Other' data labels for the pie charts

    Michiel Roos committed Dec 31, 2013
    Configuration menu
    Copy the full SHA
    93216c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2014

  1. [BUGFIX] Pie charts: Allow backslashes in function names

    [FEATURE] Add tooltip on pie charts that explains what happens when clicking a label
    [TASK] Cleanup pie chart code
    Michiel Roos committed Jan 1, 2014
    Configuration menu
    Copy the full SHA
    3bd19c0 View commit details
    Browse the repository at this point in the history
  2. [FEATURE] Pie charts: format the cal count

    [FEATURE] make function names overflow on the left (Chrome does not get this)
    Michiel Roos committed Jan 1, 2014
    Configuration menu
    Copy the full SHA
    4c00ee5 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2014

  1. Configuration menu
    Copy the full SHA
    fb3ab5b View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] Increase height of dash-header so Firefox renders the URL ov…

    …erview correctly
    Michiel Roos committed Jan 2, 2014
    Configuration menu
    Copy the full SHA
    d41cf1d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2014

  1. [TASK] Reduce table bloat

    [BUGFIX] Prevent division by 0 in diff view callgraph
    [TASK] Style 'View Callgraph' links as a button
    Michiel Roos committed Jan 3, 2014
    Configuration menu
    Copy the full SHA
    d14c2a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2014

  1. [TASK] Number formatting for the Y axis of the url comaprison chart

    [BUGFIX] Disable link hover style in callgraph
    Michiel Roos committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    54850a3 View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] Fix boundary conditions for seconds formatters

    Michiel Roos committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    14ee16f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8301263 View commit details
    Browse the repository at this point in the history
  4. [BUGFIX] Make typo3.css the default stylesheet

    Michiel Roos committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    77fb0f5 View commit details
    Browse the repository at this point in the history
  5. [BUGFIX] Fix point links in URL comparison chart

    Michiel Roos committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    03f9ffa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e38e2e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2014

  1. [FEATURE] Add dataTables JavaScript DOM sorting

    [FEATURE] Enable dataTables 'search in table'
    [FEATURE] Enable dataTables pagin feature
    [CLEANUP] Remove all sorting code from xhprof.php
    [FEATURE] Add graph that shows inclusive wall time
    Michiel Roos committed Jan 18, 2014
    Configuration menu
    Copy the full SHA
    a572596 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2014

  1. [BUGFIX] Only render multiline label when dot version supports it

    [BUGFIX] Use SCRIPT_NAME instead of DOCUMENT_URI
    Michiel Roos committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    cb4e767 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2014

  1. Configuration menu
    Copy the full SHA
    b96f3d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2014

  1. Configuration menu
    Copy the full SHA
    871b761 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ceeda2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from mrubinsk/undefined_index

    Avoid undefined index errors.
    Michiel Roos committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    8baad0d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from mrubinsk/undefined_mem

    Avoid undefined index when not tracking memory data.
    Michiel Roos committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    1cf4ded View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from mrubinsk/sockets

    Allow configuration of unix sockets instead of tcp for pdo
    Michiel Roos committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    86b5b81 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2014

  1. Configuration menu
    Copy the full SHA
    61eb499 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. Add Mysqli sql database schema

    Michiel Roos committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    ece7a26 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2016

  1. Add support for tideways profiler

    Michiel Roos committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    dbf1839 View commit details
    Browse the repository at this point in the history
  2. Remove debug code

    Michiel Roos committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    3902c01 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

  1. Update README.markdown

    Typo fix
    hom3chuk authored May 28, 2017
    Configuration menu
    Copy the full SHA
    f7ad8ec View commit details
    Browse the repository at this point in the history
  2. Update README.HIGHCHARTS

    Typo fix
    hom3chuk authored May 28, 2017
    Configuration menu
    Copy the full SHA
    4d8e577 View commit details
    Browse the repository at this point in the history
  3. Update INSTALL

    Typo
    hom3chuk authored May 28, 2017
    Configuration menu
    Copy the full SHA
    b674305 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from hom3chuk/typo

    Typos
    Tuurlijk authored May 28, 2017
    Configuration menu
    Copy the full SHA
    d8553ad View commit details
    Browse the repository at this point in the history