mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
tools: add tool to toggle a profiler
This is in-tree only currently, although we may consider installing it at some point (or adding it to sysprof-cli).
This commit is contained in:
10
src/org.gnome.Sysprof3.Profiler.xml
Normal file
10
src/org.gnome.Sysprof3.Profiler.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
||||
<node>
|
||||
<interface name="org.gnome.Sysprof3.Profiler">
|
||||
<method name='Start'>
|
||||
<arg type='h' name='fd' direction='in'/>
|
||||
</method>
|
||||
<method name='Stop'/>
|
||||
</interface>
|
||||
</node>
|
||||
Reference in New Issue
Block a user