Sudara

Results 148 comments of Sudara

> I would like to be able to define the samples per benchmark. But I don't know how. This would be a valuable feature. I have some benchmarks that take...

Interesting project! Pamplejuce changes significantly over time, especially when JUCE / operating systems get a version bump — is there some plan to pull in updates from upstream? I worry...

Hi @chrhaase, Thanks for filing an issue! Ah, I forgot that the test helpers depend on this sparklines repo! Yikes! I definitely wrote that lil helper to allow something like...

> What do you mean by reporting different numbers? I guess in the sparkline context, an empty block would report as something like `[0(64)]` — so in this context, we'd...

Hi there! Excited to get this built, running into the same problems as @HenningSchaar, including the error on the branch. > As github does not provides an ARM MacOS environment...

It seems like the expected default behavior is the buffer should be a ring buffer https://github.com/google/perfetto/blob/2b1f16731730196ee2c5c55ef2c481dba27da56b/docs/concepts/config.md?plain=1#LL112C3-L112C14 This sounds like a similar description of the problem: https://github.com/google/perfetto/issues/231#issuecomment-1017798965 Could switch to the...

Right now this max's out at 105MB.

Workaround is to change the include in `melatonin_perfetto.h` from `#include ` to `#include "../perfetto/sdk/perfetto.h"`

Do you have a full backtrace? Just wondering if the issue is coming from the updated google dependency…

Hi there, What platform are you on? The only condition I've seen where trace files are empty are when the memory needs exceed the settings, as seen in #6. But...