Tutorials
Fibonacci (Hello, World!)
Use Spoor to instrument a simple program that calculates the Fibonacci numbers. You'll learn the basics of Spoor and how to manually compile, instrument, and link a program with Spoor.
You'll learn Spoor's pipeline to automatically inject instrumentation into your source code, build and run your Spoor-instrumented program, symbolize the trace, and visualize and analyze your symbolized trace using Perfetto.
Wikipedia iOS (Xcode toolchain)
Use Spoor to instrument Wikipedia's iOS app. You'll learn how to use Spoor's Xcode toolchain to automatically instrument an iOS app.