Searched hist:10000 (Results 1 - 5 of 5) sorted by relevance
/gem5/src/sim/ | ||
H A D | clock_domain.hh | 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 D | clock_domain.cc | 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 D | clocked_object.hh | 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 D | traffic_gen.hh | 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 D | traffic_gen.cc | 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