Home
last modified time | relevance | path

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

/test/vts/utils/python/instrumentation/
Dtest_framework_instrumentation_event.py95 timestamp_end_cpu = -1 variable in TestFrameworkInstrumentationEvent
161 timestamp_end_cpu = time.clock()
184 self.timestamp_end_cpu = timestamp_end_cpu
258 '\n End timestamp(CPU): %s' % self.timestamp_end_cpu + \
262 '\n Duration(CPU): %s' % (self.timestamp_end_cpu - self.timestamp_begin_cpu) + \
Dtest_framework_instrumentation.py164 ei.time_cpu = event.timestamp_end_cpu