Home
last modified time | relevance | path

Searched refs:calltime (Results 1 – 2 of 2) sorted by relevance

/external/chromium/testing/
Dgenerate_gmock_mutant.py377 def GenerateDispatch(prebound, calltime): argument
378 print "\n// %d - %d" % (prebound, calltime)
381 Gen("typename C%", calltime)]),
383 "calltime": GenTuple("C%", calltime),
384 "args": Merge([GenAlpha("p.%", prebound), GenAlpha("c.%", calltime)]),
391 def GenerateCreateFunctor(prebound, calltime): argument
392 print "// %d - %d" % (prebound, calltime)
394 "calltime": GenTuple("A%", calltime),
396 "params": Merge([Gen("X%", prebound), Gen("A%", calltime)]),
400 Gen("typename A%", calltime),
/external/linux-tools-perf/util/
Dtrace-event-parse.c2736 unsigned long long rettime, calltime; in print_graph_entry_leaf() local
2756 calltime = read_size(ret_rec->data + field->offset, field->size); in print_graph_entry_leaf()
2758 duration = rettime - calltime; in print_graph_entry_leaf()
2865 unsigned long long rettime, calltime; in pretty_print_func_ret() local
2883 calltime = read_size(data + field->offset, field->size); in pretty_print_func_ret()
2885 duration = rettime - calltime; in pretty_print_func_ret()