Home
last modified time | relevance | path

Searched refs:starttime (Results 1 – 1 of 1) sorted by relevance

/oneTBB/python/rml/
H A Dipc_utils.cpp80 unsigned long long starttime = strtoull( starttime_str, nullptr, 10 ); in get_start_time() local
81 if( starttime==ULLONG_MAX ) { in get_start_time()
85 return starttime; in get_start_time()