Ignore:
Timestamp:
Feb 28, 2019, 2:33:20 PM (5 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:
c9e640e
Parents:
7abee38
Message:

Added code to support generic statistic counters in the compiler

File:
1 edited

Legend:

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

    r7abee38 r8f74a6a  
    1919        namespace Heap {
    2020                void newPass( const char * const name );
    21                 void printStats();
     21                void print();
    2222        }
    2323}
Note: See TracChangeset for help on using the changeset viewer.