Commit Graph

15 Commits

Author SHA1 Message Date
c47822b26e source tree cleanup
The lib/ directory was getting a bit out of hand, so this tries
to organize things a bit so it is easier going forward to locate
the code people want to patch.
2017-09-28 16:23:03 -07:00
3e5a2af1b4 build: remove autotools build system
Now that we are post-3.26, we are removing the legacy autotools
build system in favor of meson.

Please report any errors you have so that we can ensure this is
ready for GNOME 3.28.
2017-09-15 17:44:50 -07:00
ce9cd3ed43 build: Include meson files in dist 2016-12-01 02:47:03 -05:00
52bc856be4 build: Add support for Meson 2016-12-01 02:34:11 -05:00
87289e0421 sysprof-cli: Don't overwrite capture file by default
Add -f / --force to allow overwrite

https://bugzilla.gnome.org/show_bug.cgi?id=775062
2016-11-26 10:05:29 -05:00
bc154617a3 sysprof-dump: print relative time for samples
This can be handy to quickly look at the relative time using
a double as the time.
2016-10-08 20:30:06 -07:00
99ff8f2a5c wip: visualizers 2016-09-23 19:18:36 -07:00
113baca655 build: fix a few warnings from clang 2016-04-28 04:00:27 -07:00
88cc6485dd dump: add more info on various events 2016-04-15 04:51:23 -07:00
5356863f2e dump: implement capture dump for ctrdef and ctrset frames 2016-04-14 21:35:37 -07:00
bdf888f556 cli: add --version command line option 2016-04-14 03:31:33 -07:00
88d3ae3b74 profiler: extract SpProfiler into an interface
It would be nice to be able to support a remote profiler session in the
future, so add SpLocalProfiler implementation of SpProfiler interface.
2016-04-14 02:37:28 -07:00
5d25b8a242 build: be a bit more flexible with configuration options
It would be nice if we can be a bit more flexible with where the
sysprof-cli tool can run. Lets try to break out the system checks a
bit more.
2016-04-14 00:59:28 -07:00
29c4ec495f Land Sysprof 2.x
This is a major redesign a modernization of Sysprof. The core data
structures and design are largely the same, but it has been ported to
Gtk3 and has lots of additions that should make your profiling experience
smoother. Especially for those that are new to profiling.

There are some very simple help docs added, but we really need the
experts to come in and write some documentation here.
2016-04-13 05:24:03 -07:00
2ea0287f89 move source around in preparation to land sysprof2 2016-04-13 05:10:31 -07:00