Ignore:
Timestamp:
Mar 5, 2019, 1:14:52 PM (6 years ago)
Author:
tdelisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
3c0d4cd
Parents:
4f97937
Message:

Improved printing, parent printing still incorrect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/Stats/Time.h

    r4f97937 r79eaeb7  
    2525        namespace Time {
    2626#               if defined(NO_TIME_STATISTICS)
     27                        inline void StartGlobal() {}
     28
    2729                        inline void StartBlock(const char * const) {}
    2830                        inline void StopBlock() {}
     
    3840                        inline void TimeBLock(const char *, func_t) {}
    3941#               else
     42                        void StartGlobal();
     43
    4044                        void StartBlock(const char * const name);
    4145                        void StopBlock();
Note: See TracChangeset for help on using the changeset viewer.