Is there a method in “virtual studio” to test the resources used by our programs?
What do you mean by that?
for example,
i write:
if(…) cond>
if(…) cond>
if(…) cond>
if(…) cond>
and the script job.
now write:
for (int a = 0; a<4;a++) cond>
and job
if i want to know which scripts is more powerful, in visual studio exists an indicator.
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.