Profiler.hh (10012:ec5a5bfb941d) Profiler.hh (10094:5be102721895)
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;

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

120 std::vector<Stats::Histogram *> m_missMachLatencyHist;
121 std::vector< std::vector<Stats::Histogram *> > m_missTypeMachLatencyHist;
122
123 //! Histograms for recording the breakdown of miss latency
124 std::vector<Stats::Histogram *> m_IssueToInitialDelayHist;
125 std::vector<Stats::Histogram *> m_InitialToForwardDelayHist;
126 std::vector<Stats::Histogram *> m_ForwardToFirstResponseDelayHist;
127 std::vector<Stats::Histogram *> m_FirstResponseToCompletionDelayHist;
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;

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

120 std::vector<Stats::Histogram *> m_missMachLatencyHist;
121 std::vector< std::vector<Stats::Histogram *> > m_missTypeMachLatencyHist;
122
123 //! Histograms for recording the breakdown of miss latency
124 std::vector<Stats::Histogram *> m_IssueToInitialDelayHist;
125 std::vector<Stats::Histogram *> m_InitialToForwardDelayHist;
126 std::vector<Stats::Histogram *> m_ForwardToFirstResponseDelayHist;
127 std::vector<Stats::Histogram *> m_FirstResponseToCompletionDelayHist;
128 std::vector<Stats::Scalar> m_IncompleteTimes;
128 Stats::Scalar m_IncompleteTimes[MachineType_NUM];
129
130 //added by SS
131 bool m_hot_lines;
132 bool m_all_instructions;
133};
134
135#endif // __MEM_RUBY_PROFILER_PROFILER_HH__
129
130 //added by SS
131 bool m_hot_lines;
132 bool m_all_instructions;
133};
134
135#endif // __MEM_RUBY_PROFILER_PROFILER_HH__