发布时间:2015-04-22 18:33:49
try{throw new IOException();}catch (IOException e) {e.printStackTrace();}......【阅读全文】
发布时间:2015-04-17 11:18:28
root@msm8916_32:/sys/kernel/debug/clk/bimc_clk # cat measurecat measure200000878root@msm8916_32:/sys/kernel/debug/clk/bimc_clk #adb shell "echo 22 > /sys/kernel/debug/msm-bus-dbg/shell-client/mas" adb shell "echo 512 > /sys/kernel/debug/msm-bus-dbg/shell-client/slv" adb shell "echo.........【阅读全文】
发布时间:2014-08-25 17:00:56
struct timeval tstart, tfinish;long int duration1;long int duration2;do_gettimeofday(&tstart);do somesting();do_gettimeofday(&tfinish);duration1 = 1000000*(tfinish.tv_sec - tstart.tv_sec) + tfinish.tv_usec - tstart.tv_usec;printk("lei_guo:%s==>duration1= %ld \n",__func__,d.........【阅读全文】