|
Zero
0.1.0
|
: Implementation of the (common) inputs for the TPCB trxs More...
Macros | |
| #define | ONLY_LOCAL_TCPB |
Functions | |
| acct_update_input_t | create_acct_update_input (int sf, int specificBr, int tspread) |
| populate_db_input_t | create_populate_db_input (int sf, int specificSub, int tspread) |
| mbench_insert_only_input_t | create_mbench_insert_only_input (int sf, int specificBr, int tspread) |
| mbench_delete_only_input_t | create_mbench_delete_only_input (int sf, int specificBr, int tspread) |
| mbench_probe_only_input_t | create_mbench_probe_only_input (int sf, int specificBr, int tspread) |
| mbench_insert_delete_input_t | create_mbench_insert_delete_input (int sf, int specificBr, int tspread) |
| mbench_insert_probe_input_t | create_mbench_insert_probe_input (int sf, int specificBr, int tspread) |
| mbench_delete_probe_input_t | create_mbench_delete_probe_input (int sf, int specificBr, int tspread) |
| mbench_mix_input_t | create_mbench_mix_input (int sf, int specificBr, int tspread) |
Variables | |
| const int | LOCAL_TPCB = 100 |
| skewer_t | b_skewer |
| skewer_t | t_skewer |
| skewer_t | a_skewer |
| bool | _change_load = false |
| volatile unsigned long | balance = 0 |
: Implementation of the (common) inputs for the TPCB trxs
| #define ONLY_LOCAL_TCPB |
| acct_update_input_t create_acct_update_input | ( | int | sf, |
| int | specificBr, | ||
| int | tspread | ||
| ) |
| mbench_delete_only_input_t create_mbench_delete_only_input | ( | int | sf, |
| int | specificBr, | ||
| int | tspread | ||
| ) |
| mbench_delete_probe_input_t create_mbench_delete_probe_input | ( | int | sf, |
| int | specificBr, | ||
| int | tspread | ||
| ) |
| mbench_insert_delete_input_t create_mbench_insert_delete_input | ( | int | sf, |
| int | specificBr, | ||
| int | tspread | ||
| ) |
| mbench_insert_only_input_t create_mbench_insert_only_input | ( | int | sf, |
| int | specificBr, | ||
| int | tspread | ||
| ) |
| mbench_insert_probe_input_t create_mbench_insert_probe_input | ( | int | sf, |
| int | specificBr, | ||
| int | tspread | ||
| ) |
| mbench_mix_input_t create_mbench_mix_input | ( | int | sf, |
| int | specificBr, | ||
| int | tspread | ||
| ) |
| mbench_probe_only_input_t create_mbench_probe_only_input | ( | int | sf, |
| int | specificBr, | ||
| int | tspread | ||
| ) |
| populate_db_input_t create_populate_db_input | ( | int | sf, |
| int | specificSub, | ||
| int | tspread | ||
| ) |
| bool _change_load = false |
| skewer_t a_skewer |
| skewer_t b_skewer |
Exported variables
| volatile unsigned long balance = 0 |
| const int LOCAL_TPCB = 100 |
| skewer_t t_skewer |
1.8.12