There are remarks that have a key,value pair where it would be
benificial to collect inforation for a given key and report it on file
or function basis.
llvm-remarkutil remark-count provides the utility to collect counts
for a set of comma seperated keys for a provided remarkname.
By default the tool will collect and report numbers for the whole remark
file provided
e.g
llvm-remarkutil remark-count --remark-name=name --keys=key1,key2 ... Output: key1,key2 123,321
if collect-per-source or collect-per-function are passed then the
count is broken down by source file path or function name respectively.