namespace removed where not needed

This commit is contained in:
VaclavT 2021-07-27 19:37:07 +02:00
parent db0e280371
commit 198d91b498
1 changed files with 1 additions and 1 deletions

View File

@ -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));