Lines Matching +full:high +full:- +full:performance
2 :mod:`hotshot` --- High performance logging profiler
6 :synopsis: High performance logging profiler, mostly written in C.
15 in C, it should result in a much smaller performance impact than the existing
21 the expense of long data post-processing times. For common usage it is
46 .. _hotshot-objects:
49 ---------------
71 Profile an :keyword:`exec`\ -compatible string in the script environment. The
86 Evaluate an :keyword:`exec`\ -compatible string in a specific environment. The
101 ------------------
125 .. _hotshot-example:
128 -------------