Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1jehuang/jcode
/ Totals
Class
Totals
scripts/jcode_memory_snapshot.py:32–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
@dataclass
32
class
Totals:
33
count: int
34
rss_mb: float
35
pss_mb: float
36
anon_mb: float
37
private_dirty_mb: float
38
shared_clean_mb: float
39
swap_mb: float
40
41
42
SMAPS_KEYS = {
Callers
1
sum_totals
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected