Deleted Added
sdiff udiff text old ( 5338:e75d02a09806 ) new ( 6978:ab05e20dc4a7 )
full compact
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 73 unchanged lines hidden (view full) ---

82
83 avgRefs = totalRefs/sampledRefs;
84
85 warmupCycle
86 .name(name + ".warmup_cycle")
87 .desc("Cycle when the warmup percentage was hit.")
88 ;
89
90 registerExitCallback(new BaseTagsCallback(this));
91}