Searched defs:elapsed (Results 1 – 7 of 7) sorted by relevance
71 long elapsed = currentTime - mLastEventTime; in handleCall() local84 private void enter(Call c, long elapsed) { in enter()105 private void exit(Call c, long elapsed, long globalTime) { in exit()
94 public void addExclusiveTime(long elapsed) { in addExclusiveTime()101 public void addInclusiveTime(long elapsed, Call parent) { in addInclusiveTime()
208 long elapsed = callTime - prevStartTime; in parseDataPass1() local254 long elapsed = callTime - prevCallTime; in parseDataPass2() local
12 uint32_t elapsed; // number of cycles for basic block member96 uint32_t elapsed = 0; in main() local146 uint32_t elapsed = sorted[ii]->cycles[jj]; in main() local
14 uint64_t elapsed; // elapsed time for this function member75 uint64_t elapsed = 0; in main() local
1214 uint64_t elapsed = event->time - function_start_time_; in HandlePidEvent() local
685 double elapsed = (now - mLastTime) / 1000.0; in updatePhysics() local