Skip to content

Commit

Permalink
Some build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
godlikepanos committed Oct 2, 2023
1 parent 80c2ac4 commit e808248
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/Util/ThreadJobManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ using namespace anki;
ANKI_TEST(Util, ThreadJobManager)
{
DefaultMemoryPool::allocateSingleton(allocAligned, nullptr);
Tracer::allocateSingleton();

// Simple test
{
Expand All @@ -38,13 +37,11 @@ ANKI_TEST(Util, ThreadJobManager)
}

DefaultMemoryPool::freeSingleton();
Tracer::freeSingleton();
}

ANKI_TEST(Util, ThreadJobManagerBench)
{
DefaultMemoryPool::allocateSingleton(allocAligned, nullptr);
Tracer::allocateSingleton();

const U64 time = HighRezTimer::getCurrentTimeUs();

Expand All @@ -71,5 +68,4 @@ ANKI_TEST(Util, ThreadJobManagerBench)
ANKI_TEST_LOGI("Time spent %lu us / %lu ms", timeDiff, timeDiff / 1000);

DefaultMemoryPool::freeSingleton();
Tracer::freeSingleton();
}

0 comments on commit e808248

Please sign in to comment.