Skip to content

Instantly share code, notes, and snippets.

@brixen
Created February 3, 2018 19:40
Show Gist options
  • Select an option

  • Save brixen/48fb08a3b10e4b145f8f73733c405565 to your computer and use it in GitHub Desktop.

Select an option

Save brixen/48fb08a3b10e4b145f8f73733c405565 to your computer and use it in GitHub Desktop.
{
"type": "MemoryMetrics",
"young_bytes": 0,
"young_objects": 0,
"immix_bytes": 18819176,
"immix_objects": 250133,
"immix_chunks": 1,
"large_bytes": 262375952,
"large_objects": 20672,
"symbols": 7646,
"symbols_bytes": 344149,
"code_bytes": 4739712,
"jit_bytes": 0,
"promoted_bytes": 0,
"promoted_objects": 0,
"slab_refills": 0,
"slab_refills_fails": 0,
"data_objects": 0,
"capi_handles": 404,
"inflated_headers": 2,
"suspend.ms": 0,
"allocated_bytes": 282849,
"malloc": 4227,
"calloc": 4,
"realloc": 88,
"freed": 2339
}
{
"type": "BootMetrics",
"fields.us": 226,
"main_thread.us": 53,
"memory.us": 11526,
"ontology.us": 3401,
"platform.us": 2105
}
{
"type": "SymbolTable",
"objects": 7646,
"bytes": 344149,
"collections": 0
}
{
"type": "ImmixCollector",
"objects": 400618,
"bytes": 32650920,
"collections": 5,
"total_bytes": 104857600,
"chunks": 2,
"holes": 54299,
"percentage": 0.3113834381103516
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment