crossroads

Git mirror of https://crossroads.e-tunity.com/
git clone git://git.finwo.net/app/crossroads
Log | Files | Refs | LICENSE

profiler1.cc (116B)


      1 #include "profiler"
      2 
      3 FILE *Profiler::outf;
      4 
      5 Profiler::Profiler (char const *f): timestamp() {
      6     fname = f;
      7 }
      8