Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Functions
serac::profiling::detail Namespace Reference

detail namespace More...

Functions

void startCaliperRegion (const char *name)
 Caliper method for marking the start of a profiling region. More...
 
void endCaliperRegion (const char *name)
 Caliper methods for marking the end of a region. More...
 

Detailed Description

detail namespace

Function Documentation

◆ endCaliperRegion()

void serac::profiling::detail::endCaliperRegion ( const char *  name)

Caliper methods for marking the end of a region.

Parameters
[in]nameThe tag to associate with the region.

◆ startCaliperRegion()

void serac::profiling::detail::startCaliperRegion ( const char *  name)

Caliper method for marking the start of a profiling region.

Parameters
[in]nameThe tag to associate with the region.