Skip to content

trez/LazyNES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LazyNES - A Lazy NES emulator written in haskell.
============================================================
Trying to do stuff from school


Benchmarking
============================================================
   Heap profiling:
1) Compile with options.
 > ghc -rtsopts --make Main.hs -prof -auto-all -caf-all -fforce-recomp

2) Run with special flags.
 > time ./Main +RTS -p -hc -K100M

3) Convert to readable result.
 > hp2ps Main.hp

About

NES emulator written in haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published