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
Post a Comment