-
Hi, could you please support vcpkg?
Then the integration process will be as easy as `vcpkg install optick`.
-
I'm trying to install rust with system LLVM and without `src/llvm-project` folder. It builds successfully but installation fails when trying to copy missing `src/llvm-project/libunwind`.
```
Copy …
-
I noticed memory leak in my project when I was using MvxFragmentStatePagerAdapter2.
I tried all viewPager adapters and
all of them have same problem,
it seems MvxFragmentsPresenter doesn't recycle i…
-
Hey Mike,
I've been having some performance problems. As soon as the library establishes a connection my cpu goes flying into 80%.
I looked in the unity profiler and I saw this "Christmas tree"
!…
-
I am trying to build XLA from source following the instructions found below, with Docker & GPU support:
https://openxla.org/xla/build_from_source
More specifically, i cloned the XLA repo from a …
-
### Current Behaviour
I get a `ModuleNotFoundError: No module named 'ydata_profiling'` error message in Jupyter notebook when I import the `ydata-profiling` module.
The package version is `4.8.…
-
I am currently building a snips-based nlp service which will dynamically load new models. While in production I noticed a steady increase in memory each time a new model is loaded. Memory was measured…
-
I love samply, it works out of the box and the Firefox profiler UI is much nicer than Instruments.
How do you generate the profile? Have you written your own version of dtrace/xctrace? Or do you us…
-
`HardwareKeyboard.instance.logicalKeysPressed` returns keys that was previously pressed instead of only the currently pressed key. Happens when pressing the meta key in addition to other keys, on Mac …
-
From what I understand, currently, Pilgrim does not provide any way to read traces other than using `pilgrim2text`, and then parsing the generated `.txt` files.
Is it planned to provide a library one…