Skip to content
Snippets Groups Projects
Commit 5bb2d3f3 authored by Huzaifa's avatar Huzaifa
Browse files

Commented out tests

parent 503d40b5
No related branches found
No related tags found
No related merge requests found
......@@ -205,6 +205,8 @@ private:
}
};
/*
// TESTS
void resume_pause_profiler(Profiler& profile_wrapper, unsigned long sleep_millis){
profile_wrapper.resume_profiler();
std::this_thread::sleep_for(std::chrono::milliseconds(sleep_millis));
......@@ -231,3 +233,4 @@ int main(){
profile_wrapper.exit_profiler();
return 0;
}
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment