statistics.hh (3940:b87f85bb4275) statistics.hh (4078:3f73f808bbd4)
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;

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

2834};
2835
2836
2837/**
2838 * @}
2839 */
2840
2841void check();
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;

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

2834};
2835
2836
2837/**
2838 * @}
2839 */
2840
2841void check();
2842void dump();
2842void reset();
2843void registerResetCallback(Callback *cb);
2844
2845inline Temp
2846operator+(Temp l, Temp r)
2847{
2848 return NodePtr(new BinaryNode<std::plus<Result> >(l, r));
2849}

--- 41 unchanged lines hidden ---
2843void reset();
2844void registerResetCallback(Callback *cb);
2845
2846inline Temp
2847operator+(Temp l, Temp r)
2848{
2849 return NodePtr(new BinaryNode<std::plus<Result> >(l, r));
2850}

--- 41 unchanged lines hidden ---