In URS log when a strategy / s/r is callled you would see this -
call strategy 0x65Strategy Name (level=2, cnt=7 from 1241829105.780)
return to strategy 0x65Strategy Name (level=3)
What does level and Cnt signify here ?
In URS log when a strategy / s/r is callled you would see this -
call strategy 0x65Strategy Name (level=2, cnt=7 from 1241829105.780)
return to strategy 0x65Strategy Name (level=3)
What does level and Cnt signify here ?
level: the stack level for s/r call starting with 1 for strategy (loaded on DN).
cnt: count of pushes in the stack (excluding strategy).