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# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

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