Changes in src/AST/SymbolTable.cpp [e0069bd:0bd3faf]
- File:
-
- 1 edited
-
src/AST/SymbolTable.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/SymbolTable.cpp
re0069bd r0bd3faf 39 39 static inline auto stats() { 40 40 using namespace Stats::Counters; 41 static auto group = build<CounterGroup>(" Indexers");41 static auto group = build<CounterGroup>("Symbol Tables"); 42 42 static struct { 43 43 SimpleCounter * count;
Note:
See TracChangeset
for help on using the changeset viewer.