diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-03-11 04:37:49 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-03-11 04:37:49 +0000 |
commit | 52a6a97d70c2c39ee498ee4802b5130446e5595e (patch) | |
tree | 4189684b546c5a482d0e5e9a62288f153c72685b /clang/test/Profile/Inputs/c-attributes.profdata | |
parent | a4fb799d000506ed2e0edd3e01f1de12cc66e826 (diff) | |
download | bcm5719-llvm-52a6a97d70c2c39ee498ee4802b5130446e5595e.tar.gz bcm5719-llvm-52a6a97d70c2c39ee498ee4802b5130446e5595e.zip |
test: Give instrumentation based profiling tests their own directory
These tests are logically related, but they're spread about several
different CodeGen directories. Consolidate them in one place to make
them easier to manage.
llvm-svn: 203541
Diffstat (limited to 'clang/test/Profile/Inputs/c-attributes.profdata')
-rw-r--r-- | clang/test/Profile/Inputs/c-attributes.profdata | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/clang/test/Profile/Inputs/c-attributes.profdata b/clang/test/Profile/Inputs/c-attributes.profdata new file mode 100644 index 00000000000..0419b3b3bef --- /dev/null +++ b/clang/test/Profile/Inputs/c-attributes.profdata @@ -0,0 +1,39 @@ +hot_100_percent 4 +100000 +4999950000 +0 +0 + +hot_40_percent 4 +40000 +799980000 +0 +0 + +normal_func 4 +20000 +199990000 +0 +0 + +cold_func 4 +500 +124750 +0 +0 + +main 13 +1 +100000 +0 +0 +40000 +0 +0 +20000 +0 +0 +500 +0 +0 + |