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
11namespace startup {
12
18 std::vector<std::string> format_memory_statistics_lines();
19
24
25} // namespace startup
void log_memory_statistics()
Emit the current memory-statistics lines through the shared logger.
Definition memory_stats.cpp:43
std::vector< std::string > format_memory_statistics_lines()
Return formatted memory-statistics lines for startup diagnostics.
Definition memory_stats.cpp:21