Changeset 675716e for src/Common/Stats


Ignore:
Timestamp:
Mar 1, 2019, 3:10:09 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:
1cb7fab2
Parents:
8e70823
Message:

Instrumented PassVisitor? to print average/max depth

Location:
src/Common/Stats
Files:
3 edited

Legend:

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

    r8e70823 r675716e  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2019 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// Heap.h --
     8//
     9// Author           : Thierry Delisle
     10// Created On       : Fri Mar 03 14:53:53 2019
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     :
     14//
     15
    116#pragma once
    217
  • src/Common/Stats/Counter.cc

    r8e70823 r675716e  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // Heap.h --
     7// Counter.cc --
    88//
    99// Author           : Thierry Delisle
  • src/Common/Stats/Counter.h

    r8e70823 r675716e  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // Heap.h --
     7// Counter.h --
    88//
    99// Author           : Thierry Delisle
Note: See TracChangeset for help on using the changeset viewer.