GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
GDCore
Tools
SystemStats.h
1
/*
2
* GDevelop Core
3
* Copyright 2008-2016 Florian Rival (
[email protected]
). All rights
4
* reserved. This project is released under the MIT License.
5
*/
6
#if defined(GD_IDE_ONLY)
7
#ifndef GDCORE_SYSTEMSTATS_H
8
#define GDCORE_SYSTEMSTATS_H
9
#include <cstddef>
10
11
namespace
gd
{
12
18
class
GD_CORE_API
SystemStats
{
19
public
:
24
static
size_t
GetUsedVirtualMemory();
25
26
private
:
27
SystemStats
(){};
28
virtual
~
SystemStats
(){};
29
};
30
31
}
// namespace gd
32
#endif
// GDCORE_SYSTEMSTATS_H
33
#endif
gd::SystemStats
Tool class to provide information about the system.
Definition:
SystemStats.h:18
gd
Definition:
CommonTools.h:24
Generated by
1.9.1