Searched defs:timestampUs (Results 1 – 1 of 1) sorted by relevance
225 long timestampUs = (System.nanoTime() - sBeginNanoTime) / 1000; in begin() local227 timestampUs, memoryInfo); in begin() local249 long timestampUs = (System.nanoTime() - sBeginNanoTime) / 1000; in end() local251 timestampUs, memoryInfo); in end() local273 long timestampUs = (System.nanoTime() - sBeginNanoTime) / 1000; in savePerfString() local292 private static void savePerfString(String name, long id, EventType type, long timestampUs, in savePerfString()