static void san_codeProfilerTest()
{
int i, j;
;
#profileBegin("test")
for(i=1; i<=10; i++)
{
j+= i*i;
}
info(strfmt("%1",j));
#profileEnd
}
{
int i, j;
;
#profileBegin("test")
for(i=1; i<=10; i++)
{
j+= i*i;
}
info(strfmt("%1",j));
#profileEnd
}
No comments:
Post a Comment