Moonlight-XboxOG
latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
memory_stats.h
Go to the documentation of this file.
1
5
#pragma once
6
7
// standard includes
8
#include <string>
9
#include <vector>
10
11
namespace
startup {
12
18
std::vector<std::string>
format_memory_statistics_lines
();
19
23
void
log_memory_statistics
();
24
25
}
// namespace startup
startup::log_memory_statistics
void log_memory_statistics()
Emit the current memory-statistics lines through the shared logger.
Definition
memory_stats.cpp:43
startup::format_memory_statistics_lines
std::vector< std::string > format_memory_statistics_lines()
Return formatted memory-statistics lines for startup diagnostics.
Definition
memory_stats.cpp:21
src
startup
memory_stats.h
Generated by
1.12.0