Source file: I:\MyWork\SimpleTest\share\share.cpp Binary files: I:\MyWork\SimpleTest\test.elf Goto first zero count
Line No. |
Count No. |
Source |
1 |
#include "share.h" |
|
2 |
2 |
int test::foo() { |
3 |
2 |
int x = 256; |
4 |
18 |
while (x >= 2) { |
5 |
16 |
x = x / 2; |
6 |
16 |
} |
7 |
2 |
return x; |
8 |
2 |
} |