Home
last modified time | relevance | path

Searched refs:SendJSHeapMemory (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLineInterface.h32 void SendJSHeapMemory(size_t total, size_t alloc, size_t peak) const;
H A DCommandLineInterface.cpp65 void CommandLineInterface::SendJSHeapMemory(size_t total, size_t alloc, size_t peak) const in SendJSHeapMemory() function in CommandLineInterface
76 ELOG("CommandLineInterface::SendJSHeapMemory socket is null"); in SendJSHeapMemory()
/ide/tools/previewer/
H A DThinPreviewer.cpp97 CommandLineInterface::GetInstance().SendJSHeapMemory(status.totalBytes, status.allocBytes, status.peakAllocBytes); in SendJsHeapData()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineInterfaceTest.cpp336 CommandLineInterface::GetInstance().SendJSHeapMemory(1, 1, 1); in TEST()
394 CommandLineInterface::GetInstance().SendJSHeapMemory(0, 0, 0); in TEST()

Completed in 2 milliseconds