Method Debug.Profiling.display()
- Method
display
 voiddisplay(int|voidnum,string|array(string)|voidpattern,string|array(string)|voidexclude)- Description
 Show profiling information in a more-or-less readable manner. This only works if pike has been compiled with profiling support.
The function will print to stderr using werror.
This is mainly here for use from the
Debug.Watchdogclass, if you want to do your own formatting or output to some other channel use get_prof_info instead.