code_profiler
Functions | Variables
test_profiler.cpp File Reference
#include <tue/profiling/profiler.h>
#include <tue/profiling/scoped_timer.h>
Include dependency graph for test_profiler.cpp:

Go to the source code of this file.

Functions

void a ()
 
void b ()
 
void c ()
 
int main ()
 

Variables

tue::Profiler profiler
 

Function Documentation

◆ a()

void a ( )

Definition at line 6 of file test_profiler.cpp.

◆ b()

void b ( )

Definition at line 11 of file test_profiler.cpp.

◆ c()

void c ( )

Definition at line 17 of file test_profiler.cpp.

◆ main()

int main ( )

Definition at line 24 of file test_profiler.cpp.

Variable Documentation

◆ profiler

tue::Profiler profiler

Definition at line 4 of file test_profiler.cpp.