Searched defs:time (Results 1 – 2 of 2) sorted by relevance
88 char* get_shared_name(const char* prefix, int pid, unsigned long long time) { in get_shared_name()102 unsigned long long time = get_start_time( pid ); in get_shared_name() local
39 auto time = std::chrono::duration_cast<std::chrono::milliseconds>(t2 - t1).count(); in measure() local