Changeset 0050a5f for src/Common/Stats


Ignore:
Timestamp:
Feb 28, 2019, 10:59:47 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
17a1b21, 874ffa4
Parents:
f56c32e (diff), 0633cf2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
src/Common/Stats
Files:
3 added
1 moved

Legend:

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

    rf56c32e r0050a5f  
    1616#pragma once
    1717
    18 namespace HeapStats {
    19         void newPass( const char * const name );
    20         void printStats();
     18namespace Stats {
     19        namespace Heap {
     20                void newPass( const char * const name );
     21                void print();
     22        }
    2123}
Note: See TracChangeset for help on using the changeset viewer.