K 10 svn:author V 6 emaste K 8 svn:date V 27 2014-06-12T17:08:04.042974Z K 7 svn:log V 362 MFC r266208: Speed up pmcstat by improving string hash In one case generating callgraph output from a 24MB system-wide sampling data file took 17.4 seconds on average. Profiling showed pmcstat spending a lot of time in strcmp, due to hash collisions. Replacing the XOR-only hash with FNV-1a reduces the run time for my test by 40%. Approved by: re END