Skip to content

Instantly share code, notes, and snippets.

@GrahamcOfBorg
Created March 30, 2020 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GrahamcOfBorg/479e7913cf194d3f22a388efaea96d0c to your computer and use it in GitHub Desktop.
Save GrahamcOfBorg/479e7913cf194d3f22a388efaea96d0c to your computer and use it in GitHub Desktop.
Parsing nix-env's performance statistics failed.
Parse error:
Error("expected value", line: 1, column: 1)
Evaluation output:
warning: ignoring the user-specified setting 'restrict-eval', because it is a restricted setting and you are not a trusted user
warning: ignoring the user-specified setting 'show-trace', because it is a restricted setting and you are not a trusted user
{
"cpuTime": 318.761,
"envs": {
"number": 130974864,
"elements": 199581511,
"bytes": 3692249912
},
"list": {
"elements": 930920251,
"bytes": 7447362008,
"concats": 9993642
},
"values": {
"number": 271749862,
"bytes": 6521996688
},
"symbols": {
"number": 384146,
"bytes": 17862853
},
"sets": {
"number": 33642968,
"bytes": 9220606648,
"elements": 372977621
},
"sizes": {
"Env": 16,
"Value": 24,
"Bindings": 8,
"Attr": 24
},
"nrOpUpdates": 16125694,
"nrOpUpdateValuesCopied": 273945678,
"nrThunks": 190533194,
"nrAvoided": 183350167,
"nrLookups": 97174736,
"nrPrimOpCalls": 79101066,
"nrFunctionCalls": 115429060,
"gc": {
"heapSize": 13423796224,
"totalBytes": 33201982000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment