Home
last modified time | relevance | path

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

/test/vts/utils/python/instrumentation/
Dtest_framework_instrumentation_event.py94 timestamp_begin_wall = -1 variable in TestFrameworkInstrumentationEvent
124 timestamp_begin_wall = time.time()
156 self.timestamp_begin_wall = timestamp_begin_wall
259 '\n Begin timestamp(wall): %s' % self.timestamp_begin_wall + \
263 '\n Duration(wall): %s' % (self.timestamp_end_wall - self.timestamp_begin_wall)
Dtest_framework_instrumentation.py156 ei.time_wall = event.timestamp_begin_wall
166 ei.duration = event.timestamp_end_wall - event.timestamp_begin_wall