Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baronfel/hopac_streams_debug
https://github.com/baronfel/hopac_streams_debug
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/baronfel/hopac_streams_debug
- Owner: baronfel
- Created: 2018-07-18T18:34:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T18:38:48.000Z (over 6 years ago)
- Last Synced: 2024-10-20T08:56:27.326Z (27 days ago)
- Language: F#
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
to run:
AOT your mono install (from the /Library/Frameworks/Mono.framework/Versions/Current/lib/mono dir):
```
for i in `find gac -name '*.dll'` */mscorlib.dll; do sudo mono --aot $i; done
```compile/aot the app:
```
./build_and_aot.sh
```run the app from instruments, adding the `Time Profiler` and `Allocations` instruments. You'll have to run the `mono` executable with args pointing to your app