I am profiling a function that takes 150 units of time. But according to the profiling tool, the actual body of the function takes 30 units of time. What is the other 120 units of time spent on?
It's easier to help you if you include a simple [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) with sample input that can be used to test to see what's going on.
– MrFlickOct 30 '19 at 21:27