When a build is taking too long, it can be very helpful to know what it’s doing. Bazel has built-in tooling that lets you visualize what each thread is doing at any given moment of a build and which build steps are slowing down your overall build. To try out Bazel’s profiling tools, build yourContinue reading “Build, y u go slow?”
Tag Archives: profiling
A Quick Intro to mongosniff
Writing an application on top of a framework on top of a driver on top of the database is a bit like playing telephone: you say “insert foo” and the database says “purple monkey dishwasher.” mongosniff lets you see exactly what the database is hearing and saying. It comes with the binary distribution, so ifContinue reading “A Quick Intro to mongosniff”