Pioneer
Loading...
Searching...
No Matches
Classes | Functions | Variables
TestTaskGraph.cpp File Reference
#include "FileSystem.h"
#include "JobQueue.h"
#include "SDL_timer.h"
#include "atomic_queue/defs.h"
#include "core/TaskGraph.h"
#include "doctest/doctest.h"
#include "profiler/Profiler.h"
Include dependency graph for TestTaskGraph.cpp:

Classes

class  TestTask
 
class  TestJob
 

Functions

void busy_wait (uint32_t uSec=500)
 
 TEST_CASE ("Task Graph")
 

Variables

std::atomic< uint32_t > s_numExec = 0
 

Function Documentation

◆ busy_wait()

void busy_wait ( uint32_t  uSec = 500)

◆ TEST_CASE()

TEST_CASE ( "Task Graph"  )
Here is the call graph for this function:

Variable Documentation

◆ s_numExec

std::atomic<uint32_t> s_numExec = 0