Raise % is the percentage of all your actions that were raises across all streets.
100 * (cnt_p_raise + cnt_f_raise + cnt_t_raise + cnt_r_raise ) / cnt_total_actions
Raise Total is the percentage of times you raised when you had the chance, across flop, turn and river:
((cnt_f_raise + cnt_t_raise + cnt_r_raise) / (cnt_f_call + cnt_f_fold + cnt_f_raise + cnt_t_call + cnt_t_fold + cnt_t_raise + cnt_r_call + cnt_r_fold + cnt_r_raise)) * 100
If you have are registered you can look up these expressions in the custom stats window (Configure > Configure Stats).
See the Introduction of the
Statistical Reference Guide for more info.