Searched refs:ticksToNs (Results 1 - 1 of 1) sorted by relevance

/gem5/util/streamline/
H A Dm5stats2streamline.py700 def ticksToNs(tick): function
1064 print "thread", thread.task_name, (ticksToNs(thread.tick)),\
1066 writeBinary(blob, threadNameFrame(ticksToNs(thread.tick),\
1073 timestamp = ticksToNs(event.tick)
1101 timestamp_list.append(ticksToNs(tick))
1152 text_annotation = "image_" + str(ticksToNs(tick)) + ".bmp.gz"
1166 writeBinary(blob, annotateFrame(0, annotate_pid, ticksToNs(tick), \

Completed in 6 milliseconds