Do you mean that in the test file I do something like this? import A, B p = B.g() @profile A.f(p)
On Thursday, July 7, 2016 at 1:22:24 PM UTC+1, Isaiah wrote: > > Profile the calls to B.g and A.f separately. > > On Thursday, July 7, 2016, <[email protected] <javascript:>> wrote: > >> Bump up. >> >
