aboutsummaryrefslogtreecommitdiff
path: root/core/prof/spall
Commit message (Expand)AuthorAgeFilesLines
* fixed memory leak in core/prof/spall/doc.odin example codechris-montero2024-12-211-0/+2
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-143-6/+6
* core: improve package doc comments for the documentation generatorLaytan Laats2024-09-031-0/+3
* posix: add packageLaytan Laats2024-08-141-21/+12
* Replace `err != 0` with `err != nil` where possiblegingerBill2024-08-041-11/+2
* Begin mapping `os.Error` in the rest of the codebasegingerBill2024-08-044-17/+11
* `os.Errno` -> `os.Error`gingerBill2024-08-044-6/+6
* Use `union #shared_nil` for `os.Error`gingerBill2024-08-041-1/+1
* Begin converting `os.Errno` to be a `nil`-able type as a transition periodgingerBill2024-08-041-2/+2
* make example compileColin Davidson2024-07-281-1/+2
* tweak doc a little to reduce onboarding friction for thread-usersColin Davidson2024-07-281-2/+3
* More std lib fixesAndreas T Jonsson2024-04-191-1/+1
* fix for instrumenting on Windowslaytan2024-02-061-0/+1
* indent doc.odin, makes it render nicely on the documentation siteLaytan2024-02-051-27/+26
* implement bsd's, same as darwinLaytan2024-02-051-4/+9
* spall instrumentationLaytan Laats2024-02-055-10/+179
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Allow user to pass in scale directly in spall.context_createMatias Fernandez2023-05-091-5/+12
* Allow custom sleep on tsc fallback.Matias Fernandez2023-05-091-2/+2
* resolve doc/spall package name conflictJon Lipstate2023-03-101-1/+1
* add main scopeColin Davidson2023-03-091-0/+2
* add basic usage exampleColin Davidson2023-03-091-0/+24
* log buffer flushes to traceColin Davidson2023-03-091-2/+9
* Add `core:prof/spall`gingerBill2023-02-261-0/+208