Skip to content
Snippets Groups Projects
Commit 17ea6bc2 authored by Huzaifa's avatar Huzaifa
Browse files

Added test commit to check gitlab username

parent 71d3623e
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ private:
/*
// TESTS
void resume_pause_profiler(Profiler& profile_wrapper, unsigned long sleep_millis){
profile_wrapper.resume_profiler();
profile_wrapper.resume_profiler();
std::this_thread::sleep_for(std::chrono::milliseconds(sleep_millis));
profile_wrapper.stop_profiler();
......
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