Home
last modified time | relevance | path

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

/test/vts/utils/python/instrumentation/
Dtest_framework_instrumentation_event.py93 timestamp_begin_cpu = -1 variable in TestFrameworkInstrumentationEvent
123 timestamp_begin_cpu = time.clock()
155 self.timestamp_begin_cpu = timestamp_begin_cpu
257 '\n Begin timestamp(CPU): %s' % self.timestamp_begin_cpu + \
262 '\n Duration(CPU): %s' % (self.timestamp_end_cpu - self.timestamp_begin_cpu) + \
Dtest_framework_instrumentation.py155 ei.time_cpu = event.timestamp_begin_cpu