Skip to content

Instantly share code, notes, and snippets.

@jonasschneider
Created March 10, 2015 19:12
Show Gist options
  • Save jonasschneider/7e15de23629285a3ed81 to your computer and use it in GitHub Desktop.
Save jonasschneider/7e15de23629285a3ed81 to your computer and use it in GitHub Desktop.
# Overhead Command Shared Object
# ........ ....... .................... .....................................................................................................................
#
93.16% zbackup libc-2.19.so [.] memset
|
--- memset
|
|--99.99%-- std::string::append(unsigned long, char)
| google::protobuf::io::StringOutputStream::Next(void**, int*)
| google::protobuf::io::CodedOutputStream::Refresh()
| google::protobuf::io::CodedOutputStream::CodedOutputStream(google::protobuf::io::ZeroCopyOutputStream*)
| Message::serialize(google::protobuf::MessageLite const&, google::protobuf::io::ZeroCopyOutputStream&)
| |
| |--96.77%-- BackupCreator::addChunkIfMatched()
| | BackupCreator::handleMoreData(unsigned int)
| | ZBackup::backupFromStdin(std::string const&)
| | main
| | __libc_start_main
| | _start
| | 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment