Skip to content

Instantly share code, notes, and snippets.

@GrahamcOfBorg
Created July 11, 2019 10:16
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/9a79775a884e94ddb531559da8e9b83f to your computer and use it in GitHub Desktop.
Save GrahamcOfBorg/9a79775a884e94ddb531559da8e9b83f to your computer and use it in GitHub Desktop.
Parsing nix-env's performance statistics failed.
Parse error:
Error("expected ident", line: 1, column: 3)
Evaluation output:
trace: { argv = <CODE>; displayName = <CODE>; language = <CODE>; logo32 = <CODE>; logo64 = <CODE>; }
trace: { argv = <CODE>; displayName = <CODE>; language = <CODE>; logo32 = <CODE>; logo64 = <CODE>; }
trace: { argv = <CODE>; displayName = <CODE>; language = <CODE>; logo32 = <CODE>; logo64 = <CODE>; }
trace: { argv = <CODE>; displayName = <CODE>; language = <CODE>; logo32 = <CODE>; logo64 = <CODE>; }
trace: { argv = <CODE>; displayName = <CODE>; language = <CODE>; logo32 = <CODE>; logo64 = <CODE>; }
trace: { argv = <CODE>; displayName = <CODE>; language = <CODE>; logo32 = <CODE>; logo64 = <CODE>; }
trace: { argv = <CODE>; displayName = <CODE>; language = <CODE>; logo32 = <CODE>; logo64 = <CODE>; }
trace: { argv = <CODE>; displayName = <CODE>; language = <CODE>; logo32 = <CODE>; logo64 = <CODE>; }
{
"cpuTime": 190.435,
"envs": {
"number": 109904547,
"elements": 165225393,
"bytes": 3080275896
},
"list": {
"elements": 200366560,
"bytes": 1602932480,
"concats": 7540069
},
"values": {
"number": 232198761,
"bytes": 5572770264
},
"symbols": {
"number": 356621,
"bytes": 16215047
},
"sets": {
"number": 28232414,
"bytes": 8022142624,
"elements": 324845138
},
"sizes": {
"Env": 16,
"Value": 24,
"Bindings": 8,
"Attr": 24
},
"nrOpUpdates": 13306096,
"nrOpUpdateValuesCopied": 239164521,
"nrThunks": 159085627,
"nrAvoided": 154987207,
"nrLookups": 77491646,
"nrPrimOpCalls": 67661675,
"nrFunctionCalls": 95906687,
"gc": {
"heapSize": 12264599552,
"totalBytes": 23790235568
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment