Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- red5
- Demo
- ios
- smoothing
- javascript
- fd3
- Lifefilm
- FLVPlayback
- papervision3d
- debuger
- FlashDevelop
- wireless keyboard
- flashplayer
- android studio
- Movieplayer
- publish setting
- ExteranlInterface
- cocos2d-x
- ubuntu touch
- 비트맵리사이즈
- complie
- Renewal
- os x
- 가로
- SWFObject
- TweenMax
- FLV Player
- Alpha
- flash
- 단말 테스트
Archives
- Today
- Total
목록2012/05/28 (1)
ALL ABOUT ME
Android :: TimingLogger 사용법
http://developer.android.com/reference/android/util/TimingLogger.html A utility class to help log timings splits throughout a method call. Typical usage is: TimingLogger timings = new TimingLogger(TAG, "methodA"); // ... do some work A ... timings.addSplit("work A"); // ... do some work B ... timings.addSplit("work B"); // ... do some work C ... timings.addSplit("work C"); timings.dumpToLog(); T..
Lab
2012. 5. 28. 23:32