Home
last modified time | relevance | path

Searched refs:SendJSHeapMemory (Results 1 – 3 of 3) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineInterface.h33 void SendJSHeapMemory(size_t total, size_t alloc, size_t peak) const;
DCommandLineInterface.cpp68 void CommandLineInterface::SendJSHeapMemory(size_t total, size_t alloc, size_t peak) const in SendJSHeapMemory() function in CommandLineInterface
/ide/tools/previewer/
DThinPreviewer.cpp132 …CommandLineInterface::GetInstance().SendJSHeapMemory(status.totalBytes, status.allocBytes, status.… in SendJsHeapData()