Menu

#613 profiler - No sense to clutter output when total calls = 0

open
nobody
profiler (11)
5
2005-09-30
2005-04-28
Anonymous
No

This is a kind of enhancement.
I changed my local version by moving the piece
if { !$callCount($name) } {
append result "\n"
continue
}
in ::profiler::print towards the beginning of foreach loop.
Of course I removed the line append result "\n"

Discussion

  • Jeffrey Hobbs

    Jeffrey Hobbs - 2005-04-28

    Logged In: YES
    user_id=72656

    This should be an option - clearly some people will want to
    know if a function is not called at all.

     
  • Andreas Kupries

    Andreas Kupries - 2005-09-30
    • summary: It makes no sense to clutter the output when total calls = 0 --> profiler - No sense to clutter output when total calls = 0