android - A tool to measure if some task is heavy or not? -


is there tool can use measure how execution of task lasts?

if yes, how many milliseconds enough consider task being heavy task?

saying "heavy task" meaning contemplating whether send task background thread or not. sending mean couple of days of work adopt structure it. , not send background thread if don't have to.


Comments

Popular posts from this blog

c# - Pausing a storyboard on TabItem mouse over -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -