llvm-profdata: Implement show command
authorJustin Bogner <mail@justinbogner.com>
Fri, 21 Mar 2014 17:29:44 +0000 (17:29 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 21 Mar 2014 17:29:44 +0000 (17:29 +0000)
commit60bc906724af3537c8ef55a17179b7bbbdf1bbe0
tree8c6239063c4577f2bb1d997b0f5d5f4c7f7e1006
parent0b50368e68cd2587027f47f8490b177200f8bdfe
llvm-profdata: Implement show command

The `llvm-profdata show` command summarizes a profdata file's contents
in a human readable format.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204485 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-profdata/llvm-profdata.cpp