Open Qmin
0.8.0
GPU-accelerated Q-tensor-based liquid crystal simulations
|
#include <profiler.h>
Public Member Functions | |
profiler (string profilerName) | |
void | start () |
void | end () |
double | timing () |
void | print () |
Public Attributes | |
chrono::time_point< chrono::high_resolution_clock > | startTime |
chrono::time_point< chrono::high_resolution_clock > | endTime |
int | functionCalls |
double | timeTaken |
string | name |
|
inline |
|
inline |
Referenced by multirankSimulation::moveParticles(), and multirankSimulation::sumUpdaterData().
|
inline |
Referenced by multirankSimulation::moveParticles(), and multirankSimulation::sumUpdaterData().
|
inline |
|
inline |
chrono::time_point<chrono::high_resolution_clock> profiler::startTime |
chrono::time_point<chrono::high_resolution_clock> profiler::endTime |
int profiler::functionCalls |
double profiler::timeTaken |
string profiler::name |