ChampSim
402-miss-latency.cc File Reference
#include <catch.hpp>
#include "mocks.hpp"
#include "defaults.hpp"
#include "cache.h"
#include "champsim_constants.h"
Include dependency graph for 402-miss-latency.cc:

Functions

 SCENARIO ("A cache returns a miss after the specified latency")
 
 SCENARIO ("A cache completes a fill after the specified latency")
 
 SCENARIO ("The MSHR bandwidth limits the number of outstanding misses")
 
 SCENARIO ("A lower-level queue refusal limits the number of outstanding misses")
 

Function Documentation

◆ SCENARIO() [1/4]

SCENARIO ( "A cache completes a fill after the specified latency"  )

◆ SCENARIO() [2/4]

SCENARIO ( "A cache returns a miss after the specified latency"  )

◆ SCENARIO() [3/4]

SCENARIO ( "A lower-level queue refusal limits the number of outstanding misses"  )

◆ SCENARIO() [4/4]

SCENARIO ( "The MSHR bandwidth limits the number of outstanding misses"  )