info.hh (8514:57c96df312a1) info.hh (8666:97d873b8b13e)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
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;

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

178
179 Counter min_val;
180 Counter max_val;
181 Counter underflow;
182 Counter overflow;
183 VCounter cvec;
184 Counter sum;
185 Counter squares;
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
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;

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

178
179 Counter min_val;
180 Counter max_val;
181 Counter underflow;
182 Counter overflow;
183 VCounter cvec;
184 Counter sum;
185 Counter squares;
186 Counter logs;
186 Counter samples;
187};
188
189class DistInfo : public Info
190{
191 public:
192 /** Local storage for the entry values, used for printing. */
193 DistData data;

--- 61 unchanged lines hidden ---
187 Counter samples;
188};
189
190class DistInfo : public Info
191{
192 public:
193 /** Local storage for the entry values, used for printing. */
194 DistData data;

--- 61 unchanged lines hidden ---