GithubHelp home page GithubHelp logo

jokkedk / webgrind Goto Github PK

View Code? Open in Web Editor NEW
3.2K 3.2K 407.0 545 KB

Xdebug Profiling Web Frontend in PHP

License: Other

PHP 50.23% Shell 0.49% CSS 3.16% HTML 22.00% C++ 23.12% Makefile 0.39% Dockerfile 0.62%
debugging-tool php xdebug

webgrind's People

Contributors

alpha0010 avatar bionoren avatar cleptomania avatar crysdd avatar danguer avatar drexlma avatar erkan-yilmaz avatar guimdev avatar hemberger avatar jeffturcotte avatar jhellan avatar jokkedk avatar karneasada avatar kovah avatar krinkle avatar oetting avatar positronium avatar rasmus-bertell avatar rentalhost avatar robertmarsal avatar roy-orbison avatar tabacco avatar tomjn avatar unknownbrackets avatar vlakoff avatar woet avatar xabbu42 avatar xon avatar yannooo avatar zyphlar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

webgrind's Issues

Infinite loop/file identification with prepend

Remember that old infinite loop problem that happened when webgrind profiled the file that was currently being generated by xdebug on the profiler (http://code.google.com/p/webgrind/issues/detail?id=12)? Well, it persists (sorta).

If you run a prepend on the php files in your project, but fail to make an exception for Webgrind, Webgrind fails to recognize its own files, and ends up listing them in the drop-down as well as potentially trying to profile them. The reason for this is Webgrind identifies the file name as the name of the prepend file, rather than the actual target file. Basically, the target file acts like it is included in the prepend file, so all processed files come back as prepend.php.

This problem is technically our fault for running a prepend, but I thought it would be good information to have, in case anyone ever had the same problem, or you wanted to find a fix.

Thanks for the awesome profiling tool!

make webgrind work with any valid callgrind file

While trying to use webgrind with a callgrind file generated by an other profiler, I've found that webgrind has some expectations about the file format that prevent him from reading files other that the ones generated by xdebug.

It would be awesome if webgrind could read any valid callgrind file.

Error 500, Fatal error: Cannot redeclare get() in webgrind/index.php on line 149

What steps will reproduce the problem?

  1. Upload code
  2. Load in browser, get error 500
  3. read server error log

What is the expected output? What do you see instead?
expected to see interface, instead blank page.

What version of the product are you using? On what operating system?
1.0 on debian 7

Please provide any additional information below.

Introduce page for browsing cachegrind

Enhancement: Add a page which lists all cachegrind files found, including some metadata as time and scriptname. This allows for easier selection of the right cachegrind file.

Nice to have extra: button/link to delete some or all cachegrind files listed.

Datafile not correct version. Found 1546673158 expected 6

Datafile not correct version. Found 1546673158 expected 6
S:\core\apps\webgrind1.0\library\Reader.php, line 85

PHP.ini:

zend_extension = "S:/core/bin/php/php5.3.5/zend_ext/php_xdebug-2.1.0-5.3-vc6.dll"

[xdebug]
xdebug.remote_enable = off
xdebug.profiler_enable = On
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "S:/core/xdebug/"

Show Call Graph (gprof2dot.py) - strange PNG output

Hi,

I've installed Python 3.3.4 and Graphviz 2.36 on my Windows 7 SP1 x64 workstation, changed python.exe and dot.exe executable paths in config.php, and given gprof2dot.py a specific path in index.php.

However, when using the Show Call Graph button in WebGrind, it outputs a malformed graph (at least I think it is), or just a small white square (see attached screenshots).

I guess there could be some kind of incompatibility problem with the version of gprof2dot.py I'm using. However, it is successfully outputting a .PNG file in the expected location. It's just that it's not in the form of a graph.

Can anyone advise what could be going on here?

Thanks in advance,

IR8

malformed_graph
small_white_square

Cannot read property '4' of undefined

on file jquery.tablesorter.js:481

        function getCachedSortType(parsers,i) {
            return parsers[i].type;
        };

Uncaught TypeError: Cannot read property '4' of undefined

after click update. Nothing show on the webpage.

Integer overflow

In some cases, total call cost can overflow the integer:

php::strlen @ 232   359     -2147483

This in particular is a case of tracing Zend_Config_Yaml.php from Zend laboratory svn repository.

Convert config.php to config.ini

myplanetdigital-experimental/chef-webgrind#4

Wondering whether it would be acceptable to use an ini file for config, as this works more cleanly with sysadmin's systems integration tools, which might want to drop in a config file and have things Just Work.

Also, it strikes me as a little odd to have functions at the bottom of the config file -- wouldn't we want to keep the config isolated, and hide that logic. Seems it would make upgrading webgrind more straightforward

http://php.net/manual/en/function.parse-ini-file.php

Provide workaround for Xdebug issue 357

There is an obscure bug in Xdebug that has not been fixed yet. It results
in weird costs written to the cachegrind file.

http://bugs.xdebug.org/view.php?id=357

Here is a part of the cachegrind output file:

fl=php:internal
fn=php::function_exists
330 3

fl=php:internal
fn=php::function_exists
334 2

fl=php:internal
fn=php::function_exists
330 2

fl=php:internal
fn=php::function_exists
334 4293967300

fl=php:internal
fn=php::function_exists
330 1

fl=php:internal
fn=php::function_exists
334 3

fl=php:internal
fn=php::function_exists
330 1

fl=php:internal
fn=php::func

This confuses Webgrind total cost calculation, so that not all functions
are displayed in the profile.

I know that Webgrind is not to blame for Xdebug bugs, but apparently this
bug is hard to track down, so I suggest you provide a workaround until it
has been fixed.

This patch fixes the problem.

๏ฟฝIndex: library/Preprocessor.php
===================================================================
--- library/Preprocessor.php    (revision 158)
+++ library/Preprocessor.php    (working copy)
@@ -74,6 +74,9 @@
                }
                // Cost line
                list($lnr, $cost) = fscanf($in,"%d %d");
+               // Workaround for <http://bugs.xdebug.org/view.php?id=357>.
+               if ($cost == PHP_INT_MAX)
+                   $cost = 0;
                $functions[$function]['summedSelfCost'] += $cost;
                $functions[$function]['summedInclusiveCost'] += $cost;              
            } else if(substr($line,0,4)==='cfn=') {
@@ -84,7 +87,10 @@
                fgets($in);
                // Cost line
                list($lnr, $cost) = fscanf($in,"%d %d");
-               
+               // Workaround for <http://bugs.xdebug.org/view.php?id=357>.
+               if ($cost == PHP_INT_MAX)
+                   $cost = 0;
+
                $functions[$function]['summedInclusiveCost'] += $cost;

                if(!isset($functions[$calledFunctionName]['calledFromInformation'][$function.':'.$lnr]))

Select cachegrind file, hit update but produces no output

What steps will reproduce the problem?

  1. Install xdebug in MAMP on OS X
  2. Produce a cachegrind file from xdebug
  3. Choose cachegrind file in webgrind and click update

What is the expected output? What do you see instead?

I expect to see the processed output in webgrind. Instead a box flashes up
saying "Loading..." then disappears quickly. There is no processed output.

What version of the product are you using? On what operating system?

Using the 1.0 release on Mac OS X using MAMP and xdebug.

Please provide any additional information below.

I've checked and tried various different output directories in the config
file but it makes no difference. I've checked the write settings on the
storage directory and its world writeable. Any ideas to make this work?

Call cycles aren't handled properly

With one of my cachegrind files it runned about 20 minutes with 100% CPU load until I killed it. I used another tool and found it contains something called "call cycle", since it's the only one suspicious thing I guess it's the problem, why webgrind ran into infinite loop.

Here is mentioned report. Hope it'll help to identify problem and fix it.

PS It actually fails with Show 90% in milliseconds, but works with Show 90% in percents.

fileviewer - file does not exist

When I click on icon Open file and show line, it opens in a new window, something like
/index.php?op=fileviewer&file=(111) /www/src/database.php#line37

After that it can't find file (111) /www/src/database.php, but it must to search /www/src/database.php.

The problem in (lineNumber) in file GET parameter

Improve first experience by displaying hints on the first page

On the installation page, I see a lot of complaining about getting webgrind to work.

It actually isnt that hard, but webgrind should be able to answer all setup problems on the first page. Ie. display some installation hints there, depending on the current settings for profile directory etc.

"You have the latest version", is incorrect.

If I manually change the $webgrindVersion to 1.0, it will say I have the latest version. I'm no jQuery expert, but I believe it's pulling from this URL (and I'm guessing that server just needs to update its version as well):

$response = @file_get_contents('http://jokke.dk/webgrindupdate.json?version='.Webgrind_Config::$webgrindVersion);

Footer outdated

Hi, the footer is outdated

"You have the latest version.
Copyright ยฉ 2008 Jacob Oettinger & Joakim Nygรฅrd. webgrind homepage"

The new webgrind homepage is Git.

Make it possible to parse files generated by ruby-prof

Rupy prof does not write the summary line. Webgrind uses that to calculate percentages.

Change webgrind so that it uses the sum of all calles if the summary line is not available.

Other non critical headers are also missing. Consider other changes that improve usage when these headers are missing.

Files are not recognized

I've verified that xdebug is generating cache files in the directory I expect, which is also displayed by webgrind. I've tried changing the filename format in the php.ini file, but it doesn't seem to help.

My php.ini file format is: xdebug.cachegrind-out.%p
This is displayed by webgrind: /^xdebug.cachegrind-out..+$/

That pattern matches when I test it in a regex tester.

is there a specific pattern that works? Am I missing a package?
Thanks!

Increase usability by swapping positions of options div and logo div

What steps will reproduce the problem?

  1. Open the index page

What version of the product are you using? On what operating system?
Webgrind v1.0, RHEL

Profiler output files can have very long names. I use the
cachegrind.out.%R.%p format which creates lengthy file names. The "options"
div floats to the right of the browser window, so the biggest part of
filenames in the "dataFile" dropdown is invisible.

Proposed solution:
Make the "options" div float-left and the "logo" div float-right in
/styles/style.css

"Total Inclusive Cost" is always 0

I have a few XDebug-generated cachegrind files and they all show 0 in all rows for "Total Inclusive Cost".

I saw this issue: http://groups.google.com/group/webgrind-general/browse_thread/thread/89a695623076dbce but it seemed to only be a problem with cachegrind files that did not contain a "summary" line. All of my cachegrind files have "summary" lines and the "Total Self Cost" column is populated correctly for all rows.

I am running the latest webgrind from git trunk and XDebug 2.2.0

Example cachegrind files here:

http://czub.us/media/xdebug/cachegrind.out.32971
http://czub.us/media/xdebug/cachegrind.out.32973
http://czub.us/media/xdebug/cachegrind.out.32974

EDIT: It seems to be something to deal with this line:

        $result['summedInclusiveCost'] = $this->formatCost($result['summedInclusiveCost']);

as $result['summedInclusiveCost'] is set prior to the execution of that line, but not afterwards.

EDIT2: This is only an issue when using "millisecond" view, it has to do with the rounding at line 241 of Reader.php:

    if ($format == 'msec') {
        return round($cost/1000, 0);
    }

EDIT3: I'm thinking there may actually be an issue somewhere in the Preprocessor.php because the getFunctionInfo method in Reader.php is retrieving values with Inclusive Cost greater than Self Cost, which doesn't make sense.

EDIT4: (wow, a lot of edits)

I'm now thinking the binary .webgrind file might be corrupted. I'm seeing weird function names like " ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ ๏ฟฝ ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ ๏ฟฝ!๏ฟฝ"๏ฟฝ๏ฟฝ#๏ฟฝ$๏ฟฝ%๏ฟฝ&๏ฟฝ๏ฟฝ'๏ฟฝ(๏ฟฝ)๏ฟฝ*๏ฟฝ+๏ฟฝ,๏ฟฝ-๏ฟฝ๏ฟฝ.๏ฟฝ/๏ฟฝ0๏ฟฝ1๏ฟฝ๏ฟฝ2๏ฟฝ๏ฟฝ3๏ฟฝ4๏ฟฝ5๏ฟฝ๏ฟฝ6๏ฟฝ7๏ฟฝ8๏ฟฝ9๏ฟฝ๏ฟฝ:๏ฟฝ;๏ฟฝ<๏ฟฝ๏ฟฝ๏ฟฝ=๏ฟฝ>๏ฟฝ?๏ฟฝ@๏ฟฝ๏ฟฝA๏ฟฝB๏ฟฝC๏ฟฝD๏ฟฝ๏ฟฝE๏ฟฝF๏ฟฝ๏ฟฝG๏ฟฝH๏ฟฝI๏ฟฝJ๏ฟฝK๏ฟฝL๏ฟฝM๏ฟฝN" appear and seeing a lot of errors in my PHP log like:

[11-Nov-2011 17:35:27] PHP Warning:  json_encode() [<a href='function.json-encode'>function.json-encode</a>]: Invalid UTF-8 sequence in argument in /Users/chrisczub/repos/webgrind/index.php on line 120
[11-Nov-2011 17:35:27] PHP Stack trace:
[11-Nov-2011 17:35:27] PHP   1. {main}() /Users/chrisczub/repos/webgrind/index.php:0
[11-Nov-2011 17:35:27] PHP   2. json_encode() /Users/chrisczub/repos/webgrind/index.php:120

[11-Nov-2011 17:35:27] PHP Notice:  Undefined offset: 33554432 in /Users/chrisczub/repos/webgrind/library/Reader.php on line 109
[11-Nov-2011 17:35:27] PHP Stack trace:
[11-Nov-2011 17:35:27] PHP   1. {main}() /Users/chrisczub/repos/webgrind/index.php:0
[11-Nov-2011 17:35:27] PHP   2. Webgrind_Reader->getFunctionInfo() /Users/chrisczub/repos/webgrind/index.php:115

Warning: unpack(): Type V: not enough input, need 4, have 0 in /var/www/default/webgrind/library/Reader.php on line 250

Downloaded and dropped webgrind into /var/www/default/webgrind, then put dev.webgrind as the vhost. When you visit the page and hit the "update" button which triggers a query.

That page shows the following errors:

( ! ) Warning: unpack(): Type V: not enough input, need 4, have 0 in /var/www/default/webgrind/library/Reader.php on line 250
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0359  443776  Webgrind_Reader->__construct( ) .../FileHandler.php:169
4   0.0359  445376  Webgrind_Reader->init( )    .../Reader.php:76
5   0.0359  445512  Webgrind_Reader->read( )    .../Reader.php:88
6   0.0360  453928  unpack ( )  .../Reader.php:250

( ! ) Warning: array_values() expects parameter 1 to be array, boolean given in /var/www/default/webgrind/library/Reader.php on line 254
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0359  443776  Webgrind_Reader->__construct( ) .../FileHandler.php:169
4   0.0359  445376  Webgrind_Reader->init( )    .../Reader.php:76
5   0.0359  445512  Webgrind_Reader->read( )    .../Reader.php:88
6   0.0368  453816  array_values ( )    .../Reader.php:254

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 101
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: invocationCount in /var/www/default/webgrind/library/Preprocessor.php on line 77
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedSelfCost in /var/www/default/webgrind/library/Preprocessor.php on line 87
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: summedInclusiveCost in /var/www/default/webgrind/library/Preprocessor.php on line 88
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

( ! ) Notice: Undefined index: nr in /var/www/default/webgrind/library/Preprocessor.php on line 107
Call Stack
#   Time    Memory  Function    Location
1   0.0161  302648  {main}( )   .../index.php:0
2   0.0359  443432  Webgrind_FileHandler->getTraceReader( ) .../index.php:35
3   0.0371  453392  Webgrind_Preprocessor::parse( ) .../FileHandler.php:172

I cannot see the profiles listed in the dropdown of webgrind

What steps will reproduce the problem?

  1. I set a profile_log as the output directory for xdebug which is in root
    folder.
  2. I set the same location in webgrind config file also
  3. I have necessary permissions to read and write into that file
  4. Still I dont see any profiles listed in the webgrind dropdown

What is the expected output? What do you see instead?
It should actually show all the profiles in the dropdown. I run one
website other than webgrind. Profile was getting created in the output
folder I mentioned for xdebug. But it was not showing up in the profile
dropdown in webgrind

What version of the product are you using? On what operating system?
Webgrind I am using the latest version and my operating system is windows
XP.

Change CSS File

It should be possible to adjust the layout to the company standard or something using an own css file.

Just add the css file name to config class.

Show Call Graph Error

When I click in Show Call Graph aways got always the error:

This page contains the following errors:
error on line 2 at column 1: Extra content at the end of the document
Below is a rendering of the page up to the first error.

call graph - too small

Hi Guys,
I get this very funny call graph generated for my project (please not that this is the original file size). It's automatically scaled down by webgrind until it's not readable anymore. Is there anything I can do in order to generate a picture that is actually readable?

index

Alive?

Is this project alive ?

Inclusive cost of method higher than the total and of {main}

It shouldn't be possible for some method to show a higher inclusive cost in milliseconds than the inclusive cost of '{main}'? Yet the results of a profiling session gives me that result, the top-most Total Inclusive Cost is reported for a method (SugarBean->retrieve) at 12380 ms whilst the total inclusive cost for {main} is 11762 ms. 11762 ms is also the number reported as the total for the whole file: "312 different functions called in 11762 milliseconds (1 runs, 1312 shown)". It would seem to be something wrong here if one specific method should is reported as having a higher inclusive cost than the total of the whole file?

This is what is reported:

Function;Invocation Count;Total Self Cost;Total Inclusive Cost
SugarBean->retrieve;162;110;12380
{main};1;1;11762

Ability to compare separate runs

As requested by Bharat Mediratta:

"Hey Joakim. Thanks again for webgrind, it is very useful. I'm using it to optimize Gallery3 and
one of my most common operations is to make a change and try to predict then demonstrate a
performance delta. The way I do it now is that I do a couple of ?XDEBUG_PROFILE runs before
and after my change, then open them all up in tabs in Chrome and switch back and forth
between the two to compare numbers.

What would help me there would be a way to figure out the delta between two runs so that I
could get an idea of the impact of a change. Eg, it would be very nice to know that function foo()
took up 10% of my total request processing time before and 7% afterwards.

As a bonus if I could aggregate a set of runs and label them, then compare between labels I
could use the aggregation to reduce the noise between multiple runs. Simple aggregation that
just took the average would be a fine start although in a perfect world I could do 10 runs and it
would drop the outliers.

Not a trivial request, I'm sure. Thanks for your consideration!"

the profiler file dropdown is not enough

hi dev i have an require
can you help me?
i need an list of profiler this list can show the total cost time
when the profiler much more than 4G i found very slow on loading index.php
it's too hard to find the file on the list :(

Handling large cache files

What steps will reproduce the problem?

  1. Create a large cachegrind file

What is the expected output? What do you see instead?
Trying to load a 60MB cachegrind file, my browser got stuck because of the
amount of data returned.

What version of the product are you using? On what operating system?
1.0

Please provide any additional information below
Perhaps you can process the cachegrind file first, split up the results
into several HTML files and save these. So there would be somekind of
simple cache?

Dir config ?

Hi,

I have installed webgrind on my www dir (linux)

so I have :
/home/username/public_html/webgrind

I think webgrind can't access to \tmp in root dir because of permissions

I try to change xdebug output to : home/username/public_html/webgrind/tmp
It works, I have output files in, but I don't know what dir put in config webgrind file, it seems that he didn't find files

thank you

Enable packagist

composer.json already in place form #67, but only @jokkedk has access rights to submit it under jokkedk/webgrind namespace.

Releases? Tags?

Do you plan to publish any releases or add version tags? Is possible, please mark a stable/alpha/beta stage and add tags.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.