MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / getResident

Function getResident

tensorflow/core/framework/ev_allocator_test.cc:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48double getResident() {
49 ProcMemory m = getProcMemory();
50 return m.resident;
51}
52
53TEST(EVAllocator, TestSmallAllocation) {
54 auto allocator = ev_allocator();

Callers 1

TESTFunction · 0.70

Calls 1

getProcMemoryFunction · 0.70

Tested by

no test coverage detected