File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,15 @@ \section{\module{hotshot} ---
1414written mostly in C, it should result in a much smaller performance impact
1515than the existing \refmodule {profile} module.
1616
17- \begin {classdesc }{Profile}{logfile\optional {,
18- lineevents\code {=0}\optional {,
19- linetimings\code {=1}}}}
17+ \begin {notice }[warning]
18+ The \module {hotshot} profiler does not yet work well with threads.
19+ It is useful to use an unthreaded script to run the profiler over
20+ the code you're interested in measuring if at all possible.
21+ \end {notice }
22+
23+
24+ \begin {classdesc }{Profile}{logfile\optional {, lineevents\optional {,
25+ linetimings}}}
2026The profiler object. The argument \var {logfile} is the name of a log
2127file to use for logged profile data. The argument \var {lineevents}
2228specifies whether to generate events for every source line, or just on
You can’t perform that action at this time.
0 commit comments