Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
memory_profiler.h File Reference

Lightweight, cross-platform process memory profiler (optional) More...

#include <cstddef>
#include <cstdint>
#include <atomic>
#include <chrono>
#include <functional>
#include <future>
#include <mutex>
#include <vector>
#include <string>
Include dependency graph for memory_profiler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::network::utils::memory_snapshot
 
class  kcenon::network::utils::memory_profiler
 

Namespaces

namespace  kcenon
 
namespace  kcenon::network
 Main namespace for all Network System components.
 
namespace  kcenon::network::utils
 Utility components for network_system.
 

Detailed Description

Lightweight, cross-platform process memory profiler (optional)

Build-time opt-in: define NETWORK_ENABLE_MEMORY_PROFILER to enable.

Definition in file memory_profiler.h.