random_gen.cc (12396:3d04ea44fafb) random_gen.cc (12804:f47e75dce5c6)
1/*
2 * Copyright (c) 2012-2013, 2016-2017 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

42
43#include "cpu/testers/traffic_gen/random_gen.hh"
44
45#include <algorithm>
46
47#include "base/random.hh"
48#include "base/trace.hh"
49#include "debug/TrafficGen.hh"
1/*
2 * Copyright (c) 2012-2013, 2016-2017 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

42
43#include "cpu/testers/traffic_gen/random_gen.hh"
44
45#include <algorithm>
46
47#include "base/random.hh"
48#include "base/trace.hh"
49#include "debug/TrafficGen.hh"
50#include "proto/packet.pb.h"
51
52void
53RandomGen::enter()
54{
55 // reset the counter to zero
56 dataManipulated = 0;
57}
58

--- 55 unchanged lines hidden ---
50
51void
52RandomGen::enter()
53{
54 // reset the counter to zero
55 dataManipulated = 0;
56}
57

--- 55 unchanged lines hidden ---