STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Static Public Member Functions | Public Types
stapl::process_memory_usage_counter Class Reference

Memory usage counter that uses get_used_physical_memory(). More...

Public Member Functions

void start (void) noexcept
 Starts the counter.
 
value_type stop (void) const noexcept
 Stops the counter and returns the difference from start() in bytes.
 

Static Public Member Functions

static constexpr const char * name (void) noexcept
 Returns the name of the counter as a C string.
 
static raw_value_type read (void) noexcept
 Returns the raw value from the counter.
 
static constexpr value_type normalize (const raw_value_type v) noexcept
 Normalizes the given raw value to seconds.
 

Public Types

typedef std::size_t raw_value_type
 
typedef int value_type
 

Detailed Description

Memory usage counter that uses get_used_physical_memory().

This counter reports the memory usage per process.


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