More work on big picture stuff.

This commit is contained in:
Gav Wood 2014-01-08 21:17:58 +00:00
parent 1aefdda897
commit f70eec31a9

View File

@ -38,7 +38,7 @@ int main()
{
// Test dagger
{
Dagger d(1);
Dagger d(0);
auto s = steady_clock::now();
cout << hex << d.eval(0);
cout << " " << dec << duration_cast<milliseconds>(steady_clock::now() - s).count() << " ms" << endl;