I had about 12 of them in the whole physics step from start to finish for debugging reasons. Also they were tracing things like array.size() or list.get(0).myParameter, etc.
If i use trace("start") as an example, just a primitive String it only takes 1ms or less, but trace(object) seems to take very long. Can you please confirm if this is true?
Thanks.