Login
VirtualTam's bookmarks
Search
4
bookmarks found
Page
1
of
1
Make your programs run faster by better using the data cache
2023-07-22
tags:
algorithm
,
data-structure
,
hardware/cpu
,
memory/cache
,
performance
,
programming/c
,
valgrind
[
permalink
]
Use explicit data prefetching to faster process your data structure
ibogosavljevic/johnysswlab
What is cache memory - Gary explains
Cachegrind: a high-precision tracing profiler
Extracting Super Mario Bros levels with Python - Matt's ramblings
2018-06-29
tags:
game/mario
,
nintendo/nes
,
programming/assembly
,
programming/python
,
reverse-engineering
[
permalink
]
https://gist.github.com/matthewearl/733bba717780604813ed588d8ea7875f
https://gist.github.com/1wErt3r/4048722
https://github.com/docmarionum1/py65emu
https://en.wikipedia.org/wiki/DOSBox
http://valgrind.org/docs/manual/mc-manual.html
KCachegrind
2018-04-02
tags:
hardware/cpu
,
memory
,
memory/cache
,
performance
,
time
,
valgrind
[
permalink
]
https://cgit.kde.org/kcachegrind.git/
https://github.com/KDE/kcachegrind
(mirror)
http://nickology.com/2014/04/16/view-xdebug-cachegrind-files-on-mac-os/
https://stackoverflow.com/questions/33094913/how-do-i-read-the-ui-of-qcachegrind
[CMake] Using gcov/lcov and valgrind with cmake
2016-11-16
tags:
cmake
,
coverage
,
memory
,
programming/c
,
programming/c++
,
valgrind
[
permalink
]
Page
1
of
1