Re: [E-devel] EFL Profiling Viewer Released!

2017-07-19 Thread Nika White
Daniel, Thanks for a hints. Soon we will try to adopt profiler as extension for clouseau. Vincent, I already added task for using your library. After a filters feature will be finished, we will use echart. NikaWhite On Wed, Jul 19, 2017, 8:12 PM Vincent Torri wrote: >

Re: [E-devel] EFL Profiling Viewer Released!

2017-07-19 Thread Vincent Torri
On Sun, Jul 2, 2017 at 3:05 PM, Nika White wrote: > Vincent, using a chart library is a good replacement for navigation area. > Right now > it uses evas polygon object. > I am curious is it possible to create a horizontal bars with your library? I have added vertical bars

Re: [E-devel] EFL Profiling Viewer Released!

2017-07-09 Thread Daniel Zaoui
Hi Mykyta, The profiling viewer can be attached to Clouseau as an extension. You just need to compile a library and implement there at least three functions that Clouseau needs when loading it. You can check at the code in Clouseau the evlog extension (src/lib/extensions/evlog). It is based on

Re: [E-devel] EFL Profiling Viewer Released!

2017-07-06 Thread Mykyta Biliavskyi
Hi, JackDanielz, which way better to communicate about integration Profiling Viewer into clouseau? Mail list, phabricator or IRC? I am curious about features roadmap for efl_debug and clouseau. Biber, could you please add link of the Profiling Viewer description (h

Re: [E-devel] EFL Profiling Viewer Released!

2017-07-02 Thread Vincent Torri
On Sun, Jul 2, 2017 at 3:05 PM, Nika White wrote: > Vincent, using a chart library is a good replacement for navigation area. > Right now > it uses evas polygon object. > I am curious is it possible to create a horizontal bars with your library? I've just begun writing

Re: [E-devel] EFL Profiling Viewer Released!

2017-07-02 Thread Nika White
Vincent, using a chart library is a good replacement for navigation area. Right now it uses evas polygon object. I am curious is it possible to create a horizontal bars with your library? Because it sould be a greate perfomance improvenment for profiling viewer if cpu frequency values will be

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-30 Thread Vincent Torri
On Fri, Jun 30, 2017 at 5:03 PM, Gustavo Sverzut Barbieri wrote: > Hey vincent, > > Your project looks nice indeed... thinking of this profiling + chart, > one thing that comes to my mind is if you could do a chart that nicely > handles live data (for life profiling, which is

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-30 Thread Gustavo Sverzut Barbieri
Hey vincent, Your project looks nice indeed... thinking of this profiling + chart, one thing that comes to my mind is if you could do a chart that nicely handles live data (for life profiling, which is not the case yet), in these scenarios you could always walk in windows and leave some room for

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-30 Thread Vincent Torri
On Fri, Jun 30, 2017 at 2:42 PM, Stephen Houston wrote: > On Fri, Jun 30, 2017, 5:28 AM Mykyta Biliavskyi > wrote: > >> Hi, >> >> On Thu, 2017-06-29 at 08:56 -0300, Gustavo Sverzut Barbieri wrote: >> > looks very, very nice indeed :-) >> > >> > do

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-30 Thread Stephen Houston
On Fri, Jun 30, 2017, 5:28 AM Mykyta Biliavskyi wrote: > Hi, > > On Thu, 2017-06-29 at 08:56 -0300, Gustavo Sverzut Barbieri wrote: > > looks very, very nice indeed :-) > > > > do you have any plans to hook this with system profilers such as > >

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-30 Thread Mykyta Biliavskyi
Hi, On Thu, 2017-06-29 at 08:56 -0300, Gustavo Sverzut Barbieri wrote: > looks very, very nice indeed :-) > > do you have any plans to hook this with system profilers such as > `systemtap`/`oprofile`/`dtrace` and the likes? Interest idea. Right now planned works only with EFL apps. After all

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-29 Thread William L. Thomson Jr.
On Fri, 30 Jun 2017 08:38:26 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 29 Jun 2017 10:54:31 -0400 "William L. Thomson Jr." > said: > > > I agree its good stuff and the timing of others comments is ironic. > > I just was making a Gentoo

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-29 Thread The Rasterman
On Thu, 29 Jun 2017 10:54:31 -0400 "William L. Thomson Jr." said: > I agree its good stuff and the timing of others comments is ironic. I > just was making a Gentoo ebuild for this yesterday. I was going to ask > about build systems, and others comments showed up :) > > I got

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-29 Thread William L. Thomson Jr.
I agree its good stuff and the timing of others comments is ironic. I just was making a Gentoo ebuild for this yesterday. I was going to ask about build systems, and others comments showed up :) I got ahead of myself and noticed there is no build system. Unless I grabbed the wrong repo. Unless

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-29 Thread Gustavo Sverzut Barbieri
looks very, very nice indeed :-) do you have any plans to hook this with system profilers such as `systemtap`/`oprofile`/`dtrace` and the likes? On Thu, Jun 29, 2017 at 3:15 AM, Carsten Haitzler wrote: > On Fri, 23 Jun 2017 17:11:52 +0300 Mykyta Biliavskyi >

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-29 Thread The Rasterman
On Fri, 23 Jun 2017 17:11:52 +0300 Mykyta Biliavskyi said: Well the page is brilliant.. the images/gifs you have... fantastic. i tried it on an older log file i had and it segfaulted :( it seems i now no longer know how to even produce evlog files now given

[E-devel] EFL Profiling Viewer Released!

2017-06-23 Thread Mykyta Biliavskyi
Hello all! I am glad to announce that EFL Profiling Viewer is published at enlightenment repos. This project inspired by Raster evlog tool. And done as Oleksii Piskun internship project. Description could be find here: https://phab.enlightenment.org/w/projects/efl_profiling_viewer/ (Please help