public class ImageTaskStatistics
extends java.lang.Object
| Constructor and Description |
|---|
ImageTaskStatistics() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBitmapDrawableSize() |
int |
getCheckFileCacheTime()
check if has file cache
|
int |
getDecodeTime()
Decode from file cache
|
int |
getDownLoadSpeed()
KillBytes / s
|
int |
getDownloadTime()
Download from remote server
|
long |
getImageFileSize() |
java.lang.String |
getStatisticsInfo() |
int |
getTotalLoadTime() |
int |
getWaitForLoadTime() |
int |
getWaitToPostMessage() |
boolean |
hitFileCache() |
boolean |
hitMemoryCache() |
void |
s0_afterCheckMemoryCache(boolean hasCache) |
void |
s1_beginLoad() |
void |
s2_afterCheckFileCache(boolean hasCache) |
void |
s3_afterDownload() |
void |
s4_afterDecode(long imageFileSize) |
void |
s5_beforeShow() |
void |
s6_afterShow(long s) |
public void s0_afterCheckMemoryCache(boolean hasCache)
public void s1_beginLoad()
public void s2_afterCheckFileCache(boolean hasCache)
public void s3_afterDownload()
public void s4_afterDecode(long imageFileSize)
public void s5_beforeShow()
public void s6_afterShow(long s)
public long getBitmapDrawableSize()
public int getDecodeTime()
public int getDownloadTime()
public int getCheckFileCacheTime()
public long getImageFileSize()
public int getDownLoadSpeed()
public java.lang.String getStatisticsInfo()
public int getTotalLoadTime()
public int getWaitForLoadTime()
public int getWaitToPostMessage()
public boolean hitFileCache()
public boolean hitMemoryCache()