Home
last modified time | relevance | path

Searched defs:time (Results 1 – 2 of 2) sorted by relevance

/oneTBB/python/rml/
H A Dipc_utils.cpp88 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
/oneTBB/examples/migration/recursive_fibonacci/
H A Dfibonacci.cpp39 auto time = std::chrono::duration_cast<std::chrono::milliseconds>(t2 - t1).count(); in measure() local