Nektar++
Functions
Tau Namespace Reference

Functions

void Tau_start (const char *name)
 
void Tau_stop (const char *name)
 
 Start (std::string name)
 
 Stop (std::string name)
 

Function Documentation

◆ Start()

Tau::Start ( std::string  name)

Definition at line 46 of file Tau.hpp.

References Tau_start().

47  {
48  Tau_start(name.c_str());
49  }
void Tau_start(const char *name)

◆ Stop()

Tau::Stop ( std::string  name)

Definition at line 51 of file Tau.hpp.

References Tau_stop().

52  {
53  Tau_stop(name.c_str());
54  }
void Tau_stop(const char *name)

◆ Tau_start()

void Tau::Tau_start ( const char *  name)

Referenced by Start().

◆ Tau_stop()

void Tau::Tau_stop ( const char *  name)

Referenced by Stop().