Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
double getResident() {
49
ProcMemory m = getProcMemory();
50
return m.resident;
51
}
52
53
TEST(EVAllocator, TestSmallAllocation) {
54
auto allocator = ev_allocator();
Callers
1
TEST
Function · 0.70
Calls
1
getProcMemory
Function · 0.70
Tested by
no test coverage detected