DIGITory/Codes2014. 7. 25. 14:15

#include <time.h>

.....

clock_t start, end;

double duration;

start = clock();

  // DO SOMETHING

end = clock();

duration = ( (double)(end - start) / CLOCKS_PER_SEC );

........

'DIGITory > Codes' 카테고리의 다른 글

Test Random apk  (3) 2016.04.13
GNU Make 강좌  (0) 2014.12.16
Posted by Joe.C
DIGITory/MS Windows2014. 7. 25. 13:44

IE 9 : 

1. excute 'cmd' with admin's permission

2. run :

FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"


Posted by Joe.C
WWWorkin/......2014. 7. 21. 19:16

http://10.252.168.56:8090/mem.html


Saved Naver

http://10.252.168.56:8090/profiler/m_naver/m.naver.com/index.html


Saved Amazon

http://10.252.168.56:8090/mem/amazon/amazon.html


Saved mEspn

http://10.252.168.56:8090/mem/mEspn/mespn.html



http://v8.googlecode.com/svn/data/benchmarks/v7/run.html


https://www.webkit.org/perf/sunspider/sunspider.html


https://developers.google.com/octane/


http://krakenbenchmark.mozilla.org/


http://dromaeo.com/?dom


http://flashcanvas.net/examples/dl.dropbox.com/u/1865210/mindcat/canvas_perf.html


http://www.kevs3d.co.uk/dev/asteroidsbench/


http://c5bench.com/


http://ie.microsoft.com/testdrive/mobile/Performance/FishIETank/Default.html


http://ie.microsoft.com/testdrive/mobile/Performance/SpeedReading/Default.html


http://www.craftymind.com/factory/guimark3/bitmap/GM3_JS_Bitmap.html


http://www.craftymind.com/factory/guimark3/vector/GM3_JS_Vector.html


http://www.craftymind.com/factory/guimark3/compute/GM3_JS_Compute.html


http://10.252.168.56/webgl/


http://webglsamples.googlecode.com/hg/aquarium/aquarium.html


http://10.252.80.150/webglsamples/aquarium/aquarium.html


http://webglsamples.googlecode.com/hg/spacerocks/spacerocks.html


http://10.252.80.150/webglsamples/spacerocks/spacerocks.html


http://webglsamples.googlecode.com/hg/toon-shading/toon-shading.html


http://webglsamples.googlecode.com/hg/dynamic-cubemap/dynamic-cubemap.html


http://webglsamples.googlecode.com/hg/google-io/2011/100-objects.html


http://www.bubblemark.com


http://browsermark.rightware.com/


http://10.252.168.56:8091


http://peacekeeper.futuremark.com/


http://www.principledtechnologies.com/benchmarkxprt/webxprt/


http://tympanus.net/Blueprints/ScrollingLayout/


http://www.fofronline.com/experiments/cube/multiCubes.html


http://webkit.org/blog-files/3d-transforms/poster-circle.html


http://designlovr.com/examples/dynamic_stack_of_index_cards/


http://webkit.org/blog-files/leaves/index.html







aa

'WWWorkin > ......' 카테고리의 다른 글

tcpdump on Android  (2) 2012.04.06
Posted by Joe.C