Searched refs:SendJSHeapMemory (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLineInterface.h | 32 void SendJSHeapMemory(size_t total, size_t alloc, size_t peak) const;
|
| H A D | CommandLineInterface.cpp | 65 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 D | ThinPreviewer.cpp | 97 CommandLineInterface::GetInstance().SendJSHeapMemory(status.totalBytes, status.allocBytes, status.peakAllocBytes); in SendJsHeapData()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineInterfaceTest.cpp | 336 CommandLineInterface::GetInstance().SendJSHeapMemory(1, 1, 1); in TEST() 394 CommandLineInterface::GetInstance().SendJSHeapMemory(0, 0, 0); in TEST()
|
Completed in 2 milliseconds