Files
jekyll/script/memprof
Ashwin Maroli af055b917c Profile allocations from a build session (#7646)
Merge pull request 7646
2019-05-15 14:47:25 -04:00

6 lines
89 B
Bash
Executable File

#!/bin/bash
file="memprof.txt"
mode="core"
bundle exec rake profile:memory[$file,$mode]