mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
12 lines
412 B
Plaintext
12 lines
412 B
Plaintext
|
-- Enable ticky profiling, powers `dev.sh graphql-engine --prof-ticky`
|
||
|
-- https://ghc.gitlab.haskell.org/ghc/doc/users_guide/profiling.html#using-ticky-ticky-profiling-for-implementors
|
||
|
--
|
||
|
-- run with e.g. `+RTS -r outfilepath`
|
||
|
|
||
|
import: cabal/dev-sh-optimized.project.local
|
||
|
|
||
|
program-options
|
||
|
ghc-options: -ticky
|
||
|
-- TODO doesn't seem to work with -ticky??:
|
||
|
ghc-options: -ddump-stg-final -ddump-to-file
|