Ignore:
Timestamp:
Mar 4, 2019, 2:53:55 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:
874ffa4
Parents:
675716e
Message:

Added better support for enabling/disabling/compiling-out statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/Stats.h

    r675716e r1cb7fab2  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // Heap.h --
     7// Stats.h --
    88//
    99// Author           : Thierry Delisle
     
    1818#include "Common/Stats/Counter.h"
    1919#include "Common/Stats/Heap.h"
     20#include "Common/Stats/Time.h"
     21
     22namespace Stats {
     23        void parse_params(const char * const params);
     24        void print();
     25}
Note: See TracChangeset for help on using the changeset viewer.