Skip to content

Commit

Permalink
remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiskey committed Feb 11, 2024
1 parent e432e58 commit 5e92aa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Profiler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ class ProfileTimer
m_stopped = false;

auto endTimepoint = std::chrono::high_resolution_clock::now();
//m_result.start = std::chrono::time_point_cast<std::chrono::microseconds>(endTimepoint).time_since_epoch().count();
m_result.end = std::chrono::time_point_cast<std::chrono::microseconds>(endTimepoint).time_since_epoch().count();
m_result.threadId = std::hash<std::thread::id>{}(std::this_thread::get_id());

Expand Down

0 comments on commit 5e92aa8

Please sign in to comment.