Classes | Namespaces | Functions | Variables
profile_analyzer.py File Reference

Go to the source code of this file.

Classes

class  profile_analyzer.CallStack
 
class  profile_analyzer.CallStackBuilder
 
class  profile_analyzer.LineItem
 
class  profile_analyzer.ScopeBuilder
 

Namespaces

 profile_analyzer
 

Functions

def profile_analyzer.percentile (N, percent, key=lambda x:x)
 
def profile_analyzer.tidy_tag (tag)
 
def profile_analyzer.time_format (idx)
 
def profile_analyzer.time_string (values)
 

Variables

 profile_analyzer._
 
int profile_analyzer.accounted_for = 0
 
 profile_analyzer.argp
 
 profile_analyzer.args = argp.parse_args()
 
dictionary profile_analyzer.BANNER = {'simple': 'Count: %(count)d', 'html': '<h1>Count: %(count)d</h1>'}
 
 profile_analyzer.builder = collections.defaultdict(CallStackBuilder)
 
 profile_analyzer.call_stacks = collections.defaultdict(CallStack)
 
 profile_analyzer.choices
 
 profile_analyzer.cs = builder[thd]
 
 profile_analyzer.default
 
list profile_analyzer.fields = []
 
list profile_analyzer.FORMAT
 
 profile_analyzer.header
 
 profile_analyzer.inf = json.loads(line)
 
int profile_analyzer.lines = 0
 
 profile_analyzer.out = sys.stdout
 
 profile_analyzer.SELF_TIME = object()
 
 profile_analyzer.start = time.time()
 
list profile_analyzer.table = []
 
 profile_analyzer.tabulate_formats
 
 profile_analyzer.thd = inf['thd']
 
 profile_analyzer.TIME_FROM_LAST_IMPORTANT = object()
 
 profile_analyzer.TIME_FROM_SCOPE_START = object()
 
 profile_analyzer.TIME_FROM_STACK_START = object()
 
 profile_analyzer.time_taken = time.time() - start
 
 profile_analyzer.TIME_TO_SCOPE_END = object()
 
 profile_analyzer.TIME_TO_STACK_END = object()
 
int profile_analyzer.total_stacks = 0
 
 profile_analyzer.type
 


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:26