This website requires JavaScript.
Explore
Help
Sign In
mirror
/
tracy
Watch
1
Star
0
Fork
0
You've already forked tracy
mirror of
https://github.com/wolfpld/tracy.git
synced
2024-11-10 10:41:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dca6cf0aa5
tracy
/
server
/
TracyMemory.cpp
9 lines
85 B
C++
Raw
Normal View
History
Unescape
Escape
Track server memory usage.
2017-09-16 23:22:46 +00:00
#
include
"TracyMemory.hpp"
namespace
tracy
{
Be conformant with standard.
2017-09-22 20:08:50 +00:00
std
:
:
atomic
<
size_t
>
memUsage
(
0
)
;
Track server memory usage.
2017-09-16 23:22:46 +00:00
}
Reference in New Issue
Copy Permalink