This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sampling process 10234 for 3 seconds with 1 millisecond of run time between samples | |
Sampling completed, processing symbols... | |
Analysis of sampling Sequel Pro (pid 10234) every 1 millisecond | |
Process: Sequel Pro [10234] | |
Path: /Applications/Sequel Pro.app/Contents/MacOS/Sequel Pro | |
Load Address: 0x100000000 | |
Identifier: com.sequelpro.SequelPro | |
Version: 1.0.2 (4096) | |
Code Type: X86-64 | |
Parent Process: ??? [1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# exit on any errors: | |
set -e | |
if [ $# -lt 1 ] | |
then | |
echo "Usage: $0 @pantheon-alias" | |
exit 1 | |
fi |