Hello, world!
---- <application exited with code 0> ----
Basic counts tool results:
Total counts:
     .* total \(fetched\) instructions
     .* total unique \(fetched\) instructions
     .* total non-fetched instructions
#if defined(X86) && !defined(X64)
           0 total prefetches
#else
     [ ]*[1-9][0-9]* total prefetches
#endif
     .* total data loads
     .* total data stores
     .* total icache flushes
     .* total dcache flushes
           1 total threads
     .* total scheduling markers
.*
Thread .* counts:
     .* \(fetched\) instructions
     .* unique \(fetched\) instructions
     .* non-fetched instructions
#if defined(X86) && !defined(X64)
           0 prefetches
#else
     [ ]*[1-9][0-9]* prefetches
#endif
     .* data loads
     .* data stores
     .* icache flushes
     .* dcache flushes
     .* scheduling markers
.*