Instanciated the profiler + added a way to dump the export the profilin data in the UI

This commit is contained in:
emeric
2024-03-09 18:55:54 +01:00
parent f36f176a8b
commit aca6c00414
12 changed files with 187 additions and 1 deletions
+7
View File
@@ -93,6 +93,13 @@ artist-image-file-names = ("artist");
# Playqueue max entry count
playqueue-max-entry-count = 1000;
# Internal profiling, enable only if necessary as it brings some runtime overhead!
# Possible values are "disabled", "overview" or "detailed".
# If enabled, profiling information has to be dumped in the profiler view located in the admin menu
profiling-level = "disabled";
# The profiling buffer size, in MBytes (min is 16)
profiling-buffer-size = 16;
# Set to true if you want to hide duplicate tracks
scanner-skip-duplicate-mbid = false;