gem5
|
Special TaskIds that are used for per-context-switch stats dumps and Cache Occupancy. More...
Enumerations | |
enum | TaskId { MaxNormalTaskId = 1021, Prefetcher = 1022, DMA = 1023, Unknown = 1024, NumTaskId } |
Special TaskIds that are used for per-context-switch stats dumps and Cache Occupancy.
Having too many tasks seems to be a problem with vector stats. 1024 seems to be a reasonable number that doesn't cause a problem with stats and is large enough to realistic benchmarks (Linux/Android boot, BBench, etc.)
Enumerator | |
---|---|
MaxNormalTaskId | |
Prefetcher | |
DMA | |
Unknown | |
NumTaskId |
Definition at line 73 of file request.hh.