[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/2in3/2.9.0/build/yui2-profiler/ -> yui2-profiler-debug.js (summary)

The YUI JavaScript profiler.

File Size: 561 lines (22 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  createReport()
  saveDataPoint()

Functions
Functions that are not part of a class:

createReport(name)   X-Ref
Creates a report object with the given name.

param: {String} name The name to store for the report object.
return: {Void}

saveDataPoint(name, duration)   X-Ref
Called when a method ends execution. Marks the start and end time of the
method so it can calculate how long the function took to execute. Also
updates min/max/avg calculations for the function.

param: {String} name The name of the function to mark as stopped.
param: {int} duration The number of milliseconds it took the function to
return: {Void}



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1