Deleted Added
sdiff udiff text old ( 2702:8a3ee279559b ) new ( 2727:91e17c7ee622 )
full compact
1/*
2 * Copyright (c) 2004-2006 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;

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

199
200 statComBranches
201 .init(cpu->number_of_threads)
202 .name(name() + ".COM:branches")
203 .desc("Number of branches committed")
204 .flags(total)
205 ;
206
207 commitEligible
208 .init(cpu->number_of_threads)
209 .name(name() + ".COM:bw_limited")
210 .desc("number of insts not committed due to BW limits")
211 .flags(total)
212 ;
213
214 commitEligibleSamples

--- 1057 unchanged lines hidden ---