-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explicit Linux Support #22
Comments
@psemiletov Can you let me know which location is best for you? What do you think a good default folder for the trace files is? If you want to get it working before this issue is fixed, see the juce internals for how |
Hello! The location does not matter (but, for example it can be userDocumentsDirectory /from JUCE File File::getSpecialLocation (const SpecialLocationType type)/, the important thing to produce trace file at all, and would be fine to know from the documentation where to find such file and what is file's name. When I ran my plugin with profiler, I saw profiler's messages at console, but can't find a file :( |
Thanks! I'll move it to The name and location of the file are written to Please note that no file is written if you just kill the process (like hitting stop in an IDE). I'll get tests on linux running in a branch to clear things up. |
For me, the following is logged to cout:
|
When you merge it to main branch I'll be able to try it from Drumlabooh cmake build :) |
Looks like there are some build issues in CI that I will have to come back to look at. In the meantime, you can check |
Any updates on this? Also willing to look into this if @sudara does not have the time a the moment |
@TheOnlyJoey Hey hey! I'm just back from vacation — if you are motivated, I'd say go for it! It shouldn't be too tough, it's more about getting things happy in CI, hopefully perfetto itself is happy on linux?... |
See: https://forum.juce.com/t/new-module-profile-your-juce-ui-dsp-performance-with-perfetto/54589/56?u=sudara
(juce::File::SpecialLocationType::userHomeDirectory).getChildFile ("Downloads")
matrix
on GitHub Actions. See potential failures here: Add cross-platform GitHub Actions tests #7 (comment)jassert
if folder isn't there / happyThe text was updated successfully, but these errors were encountered: