branch | RCL_3 |
changeset 9 | 667e88a979d7 |
parent 8 | fa9941cf3867 |
child 14 | 04ec7606545c |
8:fa9941cf3867 | 9:667e88a979d7 |
---|---|
35 #define PROFILE_WRITE(pos,amount) \ |
35 #define PROFILE_WRITE(pos,amount) \ |
36 do \ |
36 do \ |
37 { \ |
37 { \ |
38 if(TheOsCallTimeDetailedProfileEnabled) \ |
38 if(TheOsCallTimeDetailedProfileEnabled) \ |
39 { \ |
39 { \ |
40 ++iFileWriteCount, iFileWriteAmount += (amount); \ |
40 ++iFileWriteCount; iFileWriteAmount += (amount); \ |
41 RDebug::Print(_L(" -- FWrite this=%X, Cnt=%d, Pos=%ld, Amt=%d, Ttl=%ld\r\n"), (TUint32)this, iFileWriteCount, pos, amount, iFileWriteAmount); \ |
41 RDebug::Print(_L(" -- FWrite this=%X, Cnt=%d, Pos=%ld, Amt=%d, Ttl=%ld\r\n"), (TUint32)this, iFileWriteCount, pos, amount, iFileWriteAmount); \ |
42 } \ |
42 } \ |
43 } while(0) |
43 } while(0) |
44 |
44 |
45 #define PROFILE_SIZE() \ |
45 #define PROFILE_SIZE() \ |