Jonathan Daugherty

Results 356 comments of Jonathan Daugherty

Thanks, I've updated the build instructions. To build with profiling enabled: 1. Edit `build.sh` and change the last line so that it reads ``` cabal new-build -j --enable-tests --enable-profiling ```...

@jtroup How would you characterize the channel activity over the time period of this profile? Where the channels idle, somewhat active, extremely active, etc.?

Would you be willing to run Matterhorn again to generate a retainer profile? That can be done with the following command in your profiling-enabled build: ``` ./run.sh +RTS -hr ```...

The amount of time is less important than the growth in residency, so whatever runtime yields that will be helpful.

Did that run of Matterhorn also yield a `matterhorn.hp` file (with the same modification time as the `.prof` file)?

Thanks! I didn't realize I'd need it either. 😊