ChampSim
038-channel-occupancy-size.cc File Reference
#include <catch.hpp>
#include "channel.h"
Include dependency graph for 038-channel-occupancy-size.cc:

Functions

 TEST_CASE ("The occupancies of an empty channel are zero")
 
 TEST_CASE ("Adding something to the channel's RQ increases its occupancy")
 
 TEST_CASE ("Adding something to the channel's WQ increases its occupancy")
 
 TEST_CASE ("Adding something to the channel's PQ increases its occupancy")
 
 TEST_CASE ("A const channel can return its RQ size")
 
 TEST_CASE ("A const channel can return its WQ size")
 
 TEST_CASE ("A const channel can return its PQ size")
 

Function Documentation

◆ TEST_CASE() [1/7]

TEST_CASE ( "A const channel can return its PQ size"  )

◆ TEST_CASE() [2/7]

TEST_CASE ( "A const channel can return its RQ size"  )

◆ TEST_CASE() [3/7]

TEST_CASE ( "A const channel can return its WQ size"  )

◆ TEST_CASE() [4/7]

TEST_CASE ( "Adding something to the channel's PQ increases its occupancy"  )

◆ TEST_CASE() [5/7]

TEST_CASE ( "Adding something to the channel's RQ increases its occupancy"  )

◆ TEST_CASE() [6/7]

TEST_CASE ( "Adding something to the channel's WQ increases its occupancy"  )

◆ TEST_CASE() [7/7]

TEST_CASE ( "The occupancies of an empty channel are zero"  )