[Boost-users] [Accumulators] How to extract P90, P99?

2020-12-17 Thread Dominique Devienne via Boost-users
I'm already using the accumulator below to keep track of request processing times of a server. using ProcAcc = acc::accumulator_set< double, acc::stats< acc::tag::min, acc::tag::max, acc::tag::mean, acc::tag::median, acc::tag:

Re: [Boost-users] Weight as a function of distance at source

2020-12-17 Thread Alex Hagen-Zanker via Boost-users
>My actual use case is where weights represent nodes in a transport system and >for a person arriving at a vertex at some time Tx, there is a variable weight >of using the next outbound transport = waiting_time + travel_time, where >waiting_time is a function of Tx. That sounds like you intend