COMBINATORIAL_BLAS  1.6
sort_profiler_t Class Reference

#include <sort_profiler.h>

Public Member Functions

 sort_profiler_t ()
 
virtual ~sort_profiler_t ()
 
void start ()
 
void stop ()
 
void clear ()
 
 sort_profiler_t ()
 
virtual ~sort_profiler_t ()
 
void start ()
 
void stop ()
 
void clear ()
 
 sort_profiler_t ()
 
virtual ~sort_profiler_t ()
 
void start ()
 
void stop ()
 
void clear ()
 

Public Attributes

double seconds
 
long long p_flpops
 

Protected Attributes

double _pri_seconds
 
long long _pri_p_flpops
 

Detailed Description

Definition at line 4 of file sort_profiler.h.

Constructor & Destructor Documentation

◆ sort_profiler_t() [1/3]

sort_profiler_t::sort_profiler_t ( )

Definition at line 26 of file sort_profiler.cpp.

◆ ~sort_profiler_t() [1/3]

sort_profiler_t::~sort_profiler_t ( )
virtual

Definition at line 34 of file sort_profiler.cpp.

◆ sort_profiler_t() [2/3]

sort_profiler_t::sort_profiler_t ( )

◆ ~sort_profiler_t() [2/3]

virtual sort_profiler_t::~sort_profiler_t ( )
virtual

◆ sort_profiler_t() [3/3]

sort_profiler_t::sort_profiler_t ( )

◆ ~sort_profiler_t() [3/3]

virtual sort_profiler_t::~sort_profiler_t ( )
virtual

Member Function Documentation

◆ clear() [1/3]

void sort_profiler_t::clear ( )

Definition at line 57 of file sort_profiler.cpp.

◆ clear() [2/3]

void sort_profiler_t::clear ( )

◆ clear() [3/3]

void sort_profiler_t::clear ( )

◆ start() [1/3]

void sort_profiler_t::start ( )

◆ start() [2/3]

void sort_profiler_t::start ( )

◆ start() [3/3]

void sort_profiler_t::start ( )

Definition at line 39 of file sort_profiler.cpp.

◆ stop() [1/3]

void sort_profiler_t::stop ( )

Definition at line 45 of file sort_profiler.cpp.

◆ stop() [2/3]

void sort_profiler_t::stop ( )

◆ stop() [3/3]

void sort_profiler_t::stop ( )

Member Data Documentation

◆ _pri_p_flpops

long long sort_profiler_t::_pri_p_flpops
protected

Definition at line 23 of file sort_profiler.h.

◆ _pri_seconds

double sort_profiler_t::_pri_seconds
protected

Definition at line 22 of file sort_profiler.h.

◆ p_flpops

long long sort_profiler_t::p_flpops

Definition at line 16 of file sort_profiler.h.

◆ seconds

double sort_profiler_t::seconds

Definition at line 15 of file sort_profiler.h.


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