This website requires JavaScript.
Explore
Help
Sign In
luc14n0
/
glib
Watch
1
Star
0
Fork
0
You've already forked glib
mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced
2024-11-06 01:16:17 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
68228995d7
glib
/
subprojects
/
sysprof.wrap
6 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
gtrace: Add sysprof tracing support infrastructure Add some internal wrappers around sysprof tracing, so that it can be used throughout GLib without exposing all the details of sysprof internally. This adds an optional dependency on `libsysprof-capture-4`. sysprof support is disabled without it. This depends on the GLib dependency of `libsysprof-capture` being dropped in https://gitlab.gnome.org/GNOME/sysprof/-/merge_requests/30, which has bumped the soname of `libsysprof-capture` and added subproject support. The next few commits will add marks that trace out each `GMainContext` iteration and each `GSource` `check`/`prepare`/`dispatch` call. Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-06-25 23:08:05 +02:00
[wrap-git]
directory=sysprof
url=https://gitlab.gnome.org/GNOME/sysprof.git
Bump the libsysprof-capture dependency We require libsysprof-capture 3.38.0 for sysprof_collector_request_counters.
2020-10-09 00:29:39 +02:00
revision=3.38.0
ci: Limit depth of subprojects when cloning Use the depth= argument from Meson 0.52 to limit the clone depth of subprojects to 1. This should make the CI images a little smaller, and reduce the bandwidth required to build them (although that’s not so important because it only happens once every few months). Similarly, only clone to a depth of 1 in `cache-subprojects.sh`, which is run once every few months. Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-07-09 13:47:33 +02:00
depth=1
Reference in New Issue
Copy Permalink