Changeset 0633cf2 for src/Common/Stats
- Timestamp:
- Feb 28, 2019, 5:13:47 PM (7 years ago)
- 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:
- 0050a5f
- Parents:
- 5509ff4 (diff), 79de2210 (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. - Location:
- src/Common/Stats
- Files:
-
- 3 added
- 1 moved
-
Counter.cc (added)
-
Counter.h (added)
-
Heap.cc (added)
-
Heap.h (moved) (moved from src/Common/Heap.h ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Stats/Heap.h
r5509ff4 r0633cf2 16 16 #pragma once 17 17 18 namespace HeapStats { 19 void newPass( const char * const name ); 20 void printStats(); 18 namespace Stats { 19 namespace Heap { 20 void newPass( const char * const name ); 21 void print(); 22 } 21 23 }
Note:
See TracChangeset
for help on using the changeset viewer.