Profiler.hh (7565:9fc3475e8175) Profiler.hh (7832:de7601e6e19d)
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;

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

151 Time completionTime);
152
153 void swPrefetchLatency(Time t,
154 CacheRequestType type,
155 const GenericMachineType respondingMach);
156
157 void sequencerRequests(int num) { m_sequencer_requests.add(num); }
158
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;

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

151 Time completionTime);
152
153 void swPrefetchLatency(Time t,
154 CacheRequestType type,
155 const GenericMachineType respondingMach);
156
157 void sequencerRequests(int num) { m_sequencer_requests.add(num); }
158
159 void profileTransition(const std::string& component, NodeID version,
160 Address addr, const std::string& state, const std::string& event,
161 const std::string& next_state, const std::string& note);
162 void profileMsgDelay(int virtualNetwork, int delayCycles);
163
164 void print(std::ostream& out) const;
165
166 void rubyWatch(int proc);
167 bool watchAddress(Address addr);
168
169 // return Ruby's start time

--- 96 unchanged lines hidden ---
159 void profileMsgDelay(int virtualNetwork, int delayCycles);
160
161 void print(std::ostream& out) const;
162
163 void rubyWatch(int proc);
164 bool watchAddress(Address addr);
165
166 // return Ruby's start time

--- 96 unchanged lines hidden ---