Profiler.hh (9231:cecc64db9b3b) Profiler.hh (9465:4ae4f3f4b870)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

147 Time completionTime);
148
149 void swPrefetchLatency(Time t,
150 RubyRequestType type,
151 const GenericMachineType respondingMach);
152
153 void sequencerRequests(int num) { m_sequencer_requests.add(num); }
154
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

147 Time completionTime);
148
149 void swPrefetchLatency(Time t,
150 RubyRequestType type,
151 const GenericMachineType respondingMach);
152
153 void sequencerRequests(int num) { m_sequencer_requests.add(num); }
154
155 void profileMsgDelay(int virtualNetwork, int delayCycles);
155 void profileMsgDelay(uint32_t virtualNetwork, Time delayCycles);
156
157 void print(std::ostream& out) const;
158
159 void rubyWatch(int proc);
160 bool watchAddress(Address addr);
161
162 // return Ruby's start time
163 Time

--- 107 unchanged lines hidden ---
156
157 void print(std::ostream& out) const;
158
159 void rubyWatch(int proc);
160 bool watchAddress(Address addr);
161
162 // return Ruby's start time
163 Time

--- 107 unchanged lines hidden ---