src/work/marci/time_measure.h
changeset 326 e2f00e438c31
parent 323 58bc28afea63
child 327 63c138adc477
equal deleted inserted replaced
7:8f48619cf302 8:4ef74f46047f
    66     {
    66     {
    67       TimeStamp t(*this);
    67       TimeStamp t(*this);
    68       return t-=b;
    68       return t-=b;
    69     }
    69     }
    70 
    70 
    71     TimeStamp Ellapsed() const
    71     TimeStamp ellapsed() const
    72     {
    72     {
    73       TimeStamp t(NULL);
    73       TimeStamp t(NULL);
    74       return t-*this;
    74       return t-*this;
    75     }
    75     }
    76   
    76