X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/01f10aeb9d9a94f01006b4e7396711b8964f43da..b4391fa1cfad2af65474a95234401be106295507:/process.h diff --git a/process.h b/process.h index f2e5a45..c31d213 100644 --- a/process.h +++ b/process.h @@ -36,6 +36,7 @@ public: double get_comp_amount() const { return acc.comp_amount; } unsigned get_comp_iter() const { return comp_iter; } unsigned get_all_comp_iter() const { return all_comp_iter; } + double get_iter_deviation() const; double get_data_send_amount() const { return acc.data_send.amount; } double get_data_recv_amount() const { return acc.data_recv.amount; } unsigned get_data_send_count() const { return acc.data_send.count; }