unix - Reading from ttl to a file -
i'm using command
perf stat -b -e cache-references,cache-misses,cycles,instructions,branches,faults,migrations ./matrixmul_ijk and output
performance counter stats './matrixmul_ijk': 6,47,48,327 cache-references 87,51,492 cache-misses # 13.516 % of cache refs 12,82,17,65,616 cycles 33,16,96,60,748 instructions # 2.59 insns per cycle 1,03,53,72,694 branches 934 faults 0 migrations 3.506608726 seconds time elapsed i wish store information excel file(of other file) directly terminal columnwise as:
cache-references cache-misses cycles instructions branches.
6,47,48,327 87,51,492 12,82,17,65,616 33,16,96,60,748
i want collect information mutliple programs benchmarking pupose.could me out solution?
Comments
Post a Comment