#include <stm/config.h>
#include <cstdio>
#include <inttypes.h>
#include <common/platform.hpp>
#include <stm/metadata.hpp>
#include <stm/txthread.hpp>
#include <stm/lib_globals.hpp>
Go to the source code of this file.
|
enum | stm::POLS {
stm::Single,
stm::PROFILE_NOCHANGE,
stm::E,
stm::ER,
stm::R,
stm::X,
stm::CBR_RO,
stm::CBR_Read,
stm::CBR_Write,
stm::CBR_Time,
stm::CBR_RW,
stm::CBR_R_RO,
stm::CBR_R_Time,
stm::CBR_W_RO,
stm::CBR_W_Time,
stm::CBR_Time_RO,
stm::CBR_R_W_RO,
stm::CBR_R_W_Time,
stm::CBR_R_Time_RO,
stm::CBR_W_Time_RO,
stm::CBR_R_W_Time_RO,
stm::CBR_TxnRatio,
stm::CBR_TxnRatio_R,
stm::CBR_TxnRatio_W,
stm::CBR_TxnRatio_RO,
stm::CBR_TxnRatio_Time,
stm::CBR_TxnRatio_RW,
stm::CBR_TxnRatio_R_RO,
stm::CBR_TxnRatio_R_Time,
stm::CBR_TxnRatio_W_RO,
stm::CBR_TxnRatio_W_Time,
stm::CBR_TxnRatio_RO_Time,
stm::CBR_TxnRatio_RW_RO,
stm::CBR_TxnRatio_RW_Time,
stm::CBR_TxnRatio_R_RO_Time,
stm::CBR_TxnRatio_W_RO_Time,
stm::CBR_TxnRatio_RW_RO_Time,
stm::POL_MAX
} |
|