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 ()
 

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()

sort_profiler_t::sort_profiler_t ( )

Definition at line 26 of file sort_profiler.cpp.

◆ ~sort_profiler_t()

sort_profiler_t::~sort_profiler_t ( )
virtual

Definition at line 34 of file sort_profiler.cpp.

Member Function Documentation

◆ clear()

void sort_profiler_t::clear ( )

Definition at line 57 of file sort_profiler.cpp.

◆ start()

void sort_profiler_t::start ( )

Definition at line 39 of file sort_profiler.cpp.

◆ stop()

void sort_profiler_t::stop ( )

Definition at line 45 of file sort_profiler.cpp.

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: