mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
4 lines
157 B
Bash
4 lines
157 B
Bash
|
#!/bin/sh
|
||
|
CPUPROFILE_FREQUENCY=500 CPUPROFILE=profile.dat RUBYOPT="-r`gem which perftools | tail -1`" ruby msfcli z
|
||
|
pprof.rb --gif profile.dat > profile.gif
|