Deleted Added
sdiff udiff text old ( 8799:dac1e33e07b0 ) new ( 8832:247fee427324 )
full compact
1/*
2 * Copyright (c) 2012 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

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

224
225 protected:
226 Enums::MemoryMode memoryMode;
227 uint64_t workItemsBegin;
228 uint64_t workItemsEnd;
229 uint32_t numWorkIds;
230 std::vector<bool> activeCpus;
231
232 public:
233 virtual void regStats();
234 /**
235 * Called by pseudo_inst to track the number of work items started by this
236 * system.
237 */
238 uint64_t
239 incWorkItemsBegin()
240 {

--- 144 unchanged lines hidden ---