namespace removed where not needed
This commit is contained in:
parent
db0e280371
commit
198d91b498
|
|
@ -74,7 +74,7 @@ void MlPerfMon::clear_callstack() {
|
|||
|
||||
void MlPerfMon::print_results() {
|
||||
if (perfOn) {
|
||||
std::chrono::time_point<std::chrono::high_resolution_clock> end_time = std::chrono::high_resolution_clock::now();
|
||||
time_point<high_resolution_clock> end_time = high_resolution_clock::now();
|
||||
|
||||
using callcount = std::pair<std::string, long>;
|
||||
std::vector<callcount> v(begin(calls_counter), end(calls_counter));
|
||||
|
|
|
|||
Loading…
Reference in New Issue