COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Public Attributes | List of all members
ProfiledFixture Struct Reference

Profile and time tests using this fixture. More...

Inherits ProfiledTestFixture, and TimedTestFixture.

Public Member Functions

 ProfiledFixture ()
 
- Public Member Functions inherited from ProfiledTestFixture
 ProfiledTestFixture ()
 
 ~ProfiledTestFixture ()
 
void test_unit_start (boost::unit_test::test_unit const &)
 Start profiling when a test starts. More...
 
void test_unit_finish (boost::unit_test::test_unit const &)
 terminate library when a test ends and process the file More...
 
- Public Member Functions inherited from TimedTestFixture
 TimedTestFixture ()
 
 ~TimedTestFixture ()
 
void test_unit_start (boost::unit_test::test_unit const &unit)
 Start timing when a test starts. More...
 
void restart_timer ()
 
void test_unit_finish (boost::unit_test::test_unit const &unit)
 Stop timing when a test ends. More...
 

Public Attributes

const Meshgrid2D
 

Additional Inherited Members

- Protected Attributes inherited from ProfiledTestFixture
std::string m_prefix
 Start of the profile output name. More...
 
boost::filesystem::path m_profile_dir
 Directory to store the profile data in. More...
 
bool m_process_profile
 If set to true, the profiling tool will be run. More...
 

Detailed Description

Profile and time tests using this fixture.

Definition at line 64 of file utest-connectivity-data.cpp.

Constructor & Destructor Documentation

ProfiledFixture ( )
inline

Definition at line 68 of file utest-connectivity-data.cpp.

Member Data Documentation

const Mesh& grid2D

Definition at line 70 of file utest-connectivity-data.cpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin