Created
January 26, 2021 14:08
-
-
Save Anton-Latukha/25904cee848487f009c671f4fa28114f to your computer and use it in GitHub Desktop.
2021-01-26: cabal v2-run --enable-profiling --flags=profiling --enable-library-profiling --enable-executable-profiling hnix -- --eval --expr '(import <nixpkgs> {}).hello.outPath' +RTS -pj
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"program": "hnix", | |
"arguments": ["/home/pyro/src/haskell/hnix/dist-newstyle/build/x86_64-linux/ghc-8.10.3/hnix-0.12.0.1/x/hnix/build/hnix/hnix", "--eval", "--expr", "(import <nixpkgs> {}).hello.outPath"], | |
"rts_arguments": ["-pj"], | |
"end_time": "Tue Jan 26 16:06 2021", | |
"initial_capabilities": 0, | |
"total_time": 22.57, | |
"total_ticks": 22571, | |
"tick_interval": 1000, | |
"total_alloc":14266192416, | |
"cost_centres": [ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment