PHB-CS123 / graphene

CS123 Graph Database Project
Apache License 2.0
0 stars 0 forks source link

Timer class #33

Closed eugene-bulkin closed 9 years ago

eugene-bulkin commented 9 years ago

Create a timer class for purposes of timing execution properly. This is so that we can pause timing when printing is being done, since printing large amounts of data can take time.

Fixes issue #31.