code_profiler
Macros | Functions | Variables
main.cpp File Reference
#include "profiling/Timer.h"
#include "profiling/Profiler.h"
#include <iostream>
Include dependency graph for main.cpp:

Go to the source code of this file.

Macros

#define PROFILEAPP
 

Functions

int main ()
 
int testProf ()
 
void testProf2 ()
 

Variables

Timer t
 

Macro Definition Documentation

◆ PROFILEAPP

#define PROFILEAPP

Definition at line 1 of file main.cpp.

Function Documentation

◆ main()

int main ( )

Definition at line 31 of file main.cpp.

◆ testProf()

int testProf ( )

Definition at line 7 of file main.cpp.

◆ testProf2()

void testProf2 ( )

Definition at line 23 of file main.cpp.

Variable Documentation

◆ t

Timer t

Definition at line 6 of file main.cpp.