commit.hh (13641:648f3106ebdf) commit.hh (13652:45d94ac03a27)
1/*
2 * Copyright (c) 2010-2012, 2014 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

493 /** Total number of ops (including micro ops) committed. */
494 Stats::Vector opsCommitted;
495 /** Total number of software prefetches committed. */
496 Stats::Vector statComSwp;
497 /** Stat for the total number of committed memory references. */
498 Stats::Vector statComRefs;
499 /** Stat for the total number of committed loads. */
500 Stats::Vector statComLoads;
1/*
2 * Copyright (c) 2010-2012, 2014 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

493 /** Total number of ops (including micro ops) committed. */
494 Stats::Vector opsCommitted;
495 /** Total number of software prefetches committed. */
496 Stats::Vector statComSwp;
497 /** Stat for the total number of committed memory references. */
498 Stats::Vector statComRefs;
499 /** Stat for the total number of committed loads. */
500 Stats::Vector statComLoads;
501 /** Stat for the total number of committed atomics. */
502 Stats::Vector statComAmos;
501 /** Total number of committed memory barriers. */
502 Stats::Vector statComMembars;
503 /** Total number of committed branches. */
504 Stats::Vector statComBranches;
505 /** Total number of vector instructions */
506 Stats::Vector statComVector;
507 /** Total number of floating point instructions */
508 Stats::Vector statComFloating;

--- 12 unchanged lines hidden ---
503 /** Total number of committed memory barriers. */
504 Stats::Vector statComMembars;
505 /** Total number of committed branches. */
506 Stats::Vector statComBranches;
507 /** Total number of vector instructions */
508 Stats::Vector statComVector;
509 /** Total number of floating point instructions */
510 Stats::Vector statComFloating;

--- 12 unchanged lines hidden ---