Open robrix opened 4 years ago
ghc’s profiling streams events to disk for later analysis. This has some significant advantages, since data is not being collected or summed in-process.
ghc
We’d also want some tools to work with them.
NB: concurrency could make this … interesting.
ghc
’s profiling streams events to disk for later analysis. This has some significant advantages, since data is not being collected or summed in-process.We’d also want some tools to work with them.