PlasCom2  1.0
XPACC Multi-physics simluation application
DummyProfilerObj Class Reference

noop profiler More...

Detailed Description

noop profiler

Definition at line 375 of file Profiler.H.

#include <Profiler.H>

Public Member Functions

int Init (int id)
 
int Init (const std::string &name, int id)
 
int FunctionEntry (const std::string &name)
 
int FunctionEntry (int id)
 
int FunctionExit (const std::string &name)
 
int FunctionExit (int id)
 
int FunctionExitAll ()
 
int Finalize ()
 
int Dump (std::ostream &Ostr)
 
bool Ready ()
 

Member Function Documentation

◆ Dump()

int Dump ( std::ostream &  Ostr)
inline

Definition at line 386 of file Profiler.H.

◆ Finalize()

int Finalize ( )
inline

Definition at line 385 of file Profiler.H.

◆ FunctionEntry() [1/2]

int FunctionEntry ( const std::string &  name)
inline

Definition at line 380 of file Profiler.H.

◆ FunctionEntry() [2/2]

int FunctionEntry ( int  id)
inline

Definition at line 381 of file Profiler.H.

◆ FunctionExit() [1/2]

int FunctionExit ( const std::string &  name)
inline

Definition at line 382 of file Profiler.H.

◆ FunctionExit() [2/2]

int FunctionExit ( int  id)
inline

Definition at line 383 of file Profiler.H.

◆ FunctionExitAll()

int FunctionExitAll ( )
inline

Definition at line 384 of file Profiler.H.

◆ Init() [1/2]

int Init ( int  id)
inline

Definition at line 378 of file Profiler.H.

◆ Init() [2/2]

int Init ( const std::string &  name,
int  id 
)
inline

Definition at line 379 of file Profiler.H.

◆ Ready()

bool Ready ( )
inline

Definition at line 387 of file Profiler.H.


The documentation for this class was generated from the following file: