Skip to content

Instantly share code, notes, and snippets.

View chitza's full-sized avatar

Cristi Paraschiv chitza

View GitHub Profile

Keybase proof

I hereby claim:

  • I am chitza on github.
  • I am chitza (https://keybase.io/chitza) on keybase.
  • I have a public key whose fingerprint is FF64 6FB8 B6E3 607B D337 D258 EC9F B3D5 A4D8 5FF0

To claim this, I am signing this object:

@chitza
chitza / Stopwatch.h
Created July 5, 2012 18:38 — forked from vl4dimir/Stopwatch.h
Stopwatch class used for cumulative runtime timing.
#import <Foundation/Foundation.h>
@interface Stopwatch : NSObject {
// Name to be used for logging
NSString* name;
// Total run time
NSTimeInterval runTime;
// The start date of the currently active run