Home
last modified time | relevance | path

Searched refs:total (Results 1 – 2 of 2) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineInterface.h32 void SendJSHeapMemory(size_t total, size_t alloc, size_t peak) const;
DCommandLineInterface.cpp67 void CommandLineInterface::SendJSHeapMemory(size_t total, size_t alloc, size_t peak) const in SendJSHeapMemory() argument
73 memory["totalBytes"] = static_cast<Json::UInt64>(total); in SendJSHeapMemory()