Robert Bragg

Results 54 issues of Robert Bragg

I ended up doing a detailed comparison of the meh/rust-ffmpeg-sys repo and this one to try and understand the differences and determine which one to use. While doing this I...

While I was comparing the differences between this repo and the meh/rust-ffmpeg-sys repo I noticed that this one is currently missing this bug fix: https://github.com/meh/rust-ffmpeg-sys/pull/91

Unpacking large Xcode archives was leading to pbzx being OOM killed by the kernel. Also adds some fflush() calls just so error messages aren't lost if pbzx crashes.

MDAPI is an api available on Windows and Linux for capturing OA metrics, used by tools such as GPA and VTune for capturing GPU metrics. A couple of benefits I...

enhancement

This would depend on #147 - Enable capturing OA metrics via MDAPI This would involve adding support for the GYP build system (I can provide further pointers to help here...

enhancement

_Note: it's no longer clear how beneficial it is to expose GL_INTEL_performance_query metrics. In practice it seems we can get richer data directly from the kernel, and even support a...

Currently the demo site doesn't show how the bar graphs, and trace graphs work which limits how representative the demo is of what can be seen on real hardware. Similar...

gputop-web.js is currently > 1MB of JavaScript compiled via Emscripten and until that gets downloaded the demo can't show the lists of available metrics, but it doesn't give any indication...

enhancement

_Note: we've recently been considering the idea of using node.js for testing the remote protocol which should be able to share a lot of code with the web ui. It...

_Note: this isn't focused on writting the documentation itself, but rather on being able to maintain and present documentation in the gputop UI_ For the Gen graphics metrics to be...