2010-01-29から1日間の記事一覧

HDBench のデータをmycpu.txt とか myvideo.txt に成形してくれるひと。 # -_-* perl *-_- use strict; use utf8; use Data::Dumper; $| = 1; my @lines = <>; my @datas = (); while(@lines) { $_ = shift @lines; chomp; s/^ +//; s/ +$//; if( /HDBENCH V…