java - How to measure speed of parcelable vs serializable -


i need perform metric measurement on speed of serialization vs parcelable in android. have large pojo object gson converts json , vice versa.

but superiors metric determine if converting our serializable classes parcelable android classes worth effort. dont want hear community based opinions. best tools can use measure timing ? think using android's traceview ?

don't need perf test, serialisation uses reflection , parcelable not. means more object big, more take time reflect it.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -

java - How can I send the data from a imput type="file" to the controller? -