You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@ The code for these can be found in [programs](programs/).
92
92
- There is only support for one redirection at a time right now.
93
93
- open (/bin/open): A utility to open files and applications from the command line.
94
94
- play (/bin/play): Plays audio files.
95
+
- profile (/bin/profile): Profiles a running application and outputs a [FlameGraph](https://github.com/brendangregg/FlameGraph) / [SpeedScope](https://speedscope.app) compatible file.
95
96
96
97
Programs that take arguments will provide you with the correct usage when you run them without arguments.
97
98
@@ -111,6 +112,8 @@ Programs that take arguments will provide you with the correct usage when you ru
111
112
-[libsound](/libraries/libsound): Provides a framework for audio applications and interfacing with the sound server, Quack.
112
113
-[lib3d](/libraries/lib3d): Provides basic software 3D rendering functionality.
113
114
-[libmatrix](/libraries/libmatrix): Provides matrix math utilities.
0 commit comments