/[dotgnu-pnet]/pnet/README.profiling
ViewVC logotype

Diff of /pnet/README.profiling

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by darkdust, Mon Apr 25 09:39:15 2005 UTC revision 1.2 by darkdust, Thu Oct 27 08:07:06 2005 UTC
# Line 53  the first column: Line 53  the first column:
53    
54   * Count: how many times was the method called ?   * Count: how many times was the method called ?
55   * Total time: the total accumulated time spent in the method (in   * Total time: the total accumulated time spent in the method (in
56     milliseconds)     microseconds)
57   * Average time: "Total time" divided by "count" (in milliseconds)   * Average time: "Total time" divided by "count" (in microseconds)
58   * The method name (including argument and return types)   * The method name (including argument and return types)
59    
60  On fast machines some methods may show an average time of "0". This is just  On fast machines some methods may show an average time of "0". This is just
61  normal and just means the method took a few nanoseconds in average, that is  normal and just means the method took a few nanoseconds in average, that is
62  less than a millisecond.  less than a microsecond.
63    
64    
65  WHY DIDN'T THE PROFILER MEASURE ANY TIMES ?  WHY DIDN'T THE PROFILER MEASURE ANY TIMES ?

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26