ATLAS Offline Software
Loading...
Searching...
No Matches
python.ext.lsprofcalltree Namespace Reference

Classes

class  KCacheGrind

Functions

 label (code)

Function Documentation

◆ label()

python.ext.lsprofcalltree.label ( code)

Definition at line 3 of file lsprofcalltree.py.

3def label(code):
4 if isinstance(code, str):
5 return ('~', 0, code) # built-in functions ('~' sorts at the end)
6 else:
7 return '%s %s:%d' % (code.co_name, code.co_filename, code.co_firstlineno)
8
9
10
std::string label(const std::string &format, int i)
Definition label.h:19