Function performance_test::pre_proc_rt_init

Function Documentation

void performance_test::pre_proc_rt_init(const uint32_t cpu_bit_mask, const int32_t prio)

Perform some RT related process initialization.

CPU affinity related pre initialization to increase determinism and thereby reduce latency for the entire process

Parameters:
  • cpu_bit_mask[in] Default cpu affinity of all the threads in the process

  • prio[in] default prio of all the threads in the process

Returns:

0 on success, throw an exception on error