Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel39 committed Feb 6, 2024
1 parent 04f3788 commit 577fa0f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ class OperationTimer
intervalCpuStart = cpuStart;
}

void resetInterval()
{
intervalCpuStart = trackOperationCpuTime ? currentThreadCpuTime() : 0;
intervalWallStart = System.nanoTime();
}

void recordOperationComplete(OperationTiming operationTiming)
{
requireNonNull(operationTiming, "operationTiming is null");
Expand Down

0 comments on commit 577fa0f

Please sign in to comment.