Henning Becker

Results 28 comments of Henning Becker

Can you try to call `./build.sh gcc9_release` to explicitly build with GCC9?

Not sure if I would call it a bug, but it also doesn't surprise me. AFAIK we never optimized for such a high load of calls. With "Orbit app" I...

Technically there is. Not sure if it can receive mails from the outside though. What about just linking this to `https://github.com/google/orbit/issues/new`?

> I left a few comments. > > Also I think that Local Profiling might be the most popular option but the group box and the connect to the service...

Hmmm. I don't see from the top of my head what's going wrong here. Can you try to compile with clang? `./build.sh clang10_release`

There was probably a breaking change in one of the later versions of Boost. I can try to have a look towards the end of the week, but I can't...

Yes, that should work. You might need to install some dependencies though. This is what we install on the CI (Ubuntu): ```bash sudo apt update && \ sudo apt install...

> Thank you @beckerhe, my issue was in `libvulkan-volk-dev`. There is no such package in Ubuntu 20.04, so Findvolk.cmake failed. On ubuntu 22.04 it works. > > By the way,...

> My question is: Would it make sense to put such places under some `#ifdef ENABLE_VULKAN` (defined in cmake through `-DENABLE_VULKAN`) to make Orbit more modular and independent on Vulkan?...

> Yes, at least OrbitService can not be run inside a Docker container, as it otherwise won't be able to read the perf data from the parent's namespace. I'm not...