Searched hist:10000 (Results 1 - 5 of 5) sorted by relevance

/gem5/src/sim/
H A Dclock_domain.hhdiff 10000:99bd071911cf Sun Dec 29 20:29:00 EST 2013 Christopher Torng <clt67@cornell.edu> sim: Add support for dynamic frequency scaling
This patch provides support for DFS by having ClockedObjects register
themselves with their clock domain at construction time in a member list.
Using this list, a clock domain can update each member's tick to the
curTick() before modifying the clock period.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
H A Dclock_domain.ccdiff 10000:99bd071911cf Sun Dec 29 20:29:00 EST 2013 Christopher Torng <clt67@cornell.edu> sim: Add support for dynamic frequency scaling
This patch provides support for DFS by having ClockedObjects register
themselves with their clock domain at construction time in a member list.
Using this list, a clock domain can update each member's tick to the
curTick() before modifying the clock period.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
H A Dclocked_object.hhdiff 10000:99bd071911cf Sun Dec 29 20:29:00 EST 2013 Christopher Torng <clt67@cornell.edu> sim: Add support for dynamic frequency scaling
This patch provides support for DFS by having ClockedObjects register
themselves with their clock domain at construction time in a member list.
Using this list, a clock domain can update each member's tick to the
curTick() before modifying the clock period.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.hhdiff 11393:48b748cc6497 Sun Mar 20 06:38:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> cpu: warn if TrafficGen is suppressing a large numer of packets

Add a basic warning for every 10000 packet that is suppressed to alert
the user.
H A Dtraffic_gen.ccdiff 11393:48b748cc6497 Sun Mar 20 06:38:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> cpu: warn if TrafficGen is suppressing a large numer of packets

Add a basic warning for every 10000 packet that is suppressed to alert
the user.

Completed in 36 milliseconds