Moonlight-XboxOG latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
memory_stats.h File Reference

Declares memory statistics helpers. More...

#include <string>
#include <vector>
Include dependency graph for memory_stats.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::vector< std::string > startup::format_memory_statistics_lines ()
 Return formatted memory-statistics lines for startup diagnostics.
 
void startup::log_memory_statistics ()
 Emit the current memory-statistics lines through the shared logger.
 

Detailed Description

Declares memory statistics helpers.

Function Documentation

◆ format_memory_statistics_lines()

std::vector< std::string > startup::format_memory_statistics_lines ( )

Return formatted memory-statistics lines for startup diagnostics.

Returns
Human-readable memory-statistics lines.