Quick program to time how long ccprintf takes to write
authorNathan Binkert <binkertn@umich.edu>
Thu, 8 Feb 2007 06:02:09 +0000 (22:02 -0800)
committerNathan Binkert <binkertn@umich.edu>
Thu, 8 Feb 2007 06:02:09 +0000 (22:02 -0800)
commitaf698e8b0506b17dfa9eb6d1e96888cf54041a09
tree408a3fdacab18b195ea6c2ba9acefa15decb7b54
parent2ec4a6c07132488abab62f6236406707d4388b2f
Quick program to time how long ccprintf takes to write
to a stream compared to sprintf to a buffer.

--HG--
extra : convert_revision : de80724943d18aa110aa39cde9414252d9a7944c
src/unittest/Makefile
src/unittest/cprintftime.cc [new file with mode: 0644]