mud/lib/doc/efun/all/opcprof
2020-09-06 05:43:07 -07:00

16 lines
482 B
Plaintext

opcprof - reports statistics on calling frequencies of various efuns
void opcprof();
void opcprof( string );
This function dumps a list of statistics on each efunction and eoperator.
If no argument is specified, then the information will be dumped to files
named /OPCPROF.efun and /OPCPROF.eoper. If an argument is specified, then
that name is used as the filename for the dump.
See also:
function_profile
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere