~ubuntu-branches/ubuntu/utopic/pytimechart/utopic

« back to all changes in this revision

Viewing changes to pytimechart.egg-info/PKG-INFO

  • Committer: Package Import Robot
  • Author(s): Varun Hiremath
  • Date: 2011-11-13 18:14:30 UTC
  • Revision ID: package-import@ubuntu.com-20111113181430-bg2ompukqunnyhtt
Tags: upstream-1.0.0~rc1
ImportĀ upstreamĀ versionĀ 1.0.0~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Metadata-Version: 1.0
 
2
Name: pytimechart
 
3
Version: 1.0.0.rc1
 
4
Summary: Fast graphical exploration and visualisation for linux kernel traces
 
5
Home-page: http://gitorious.org/pytimechart
 
6
Author: Pierre Tardy
 
7
Author-email: tardyp@gmail.com
 
8
License: BSD
 
9
Download-URL: http://gitorious.org/pytimechart
 
10
Description: pyTimechart is aimed at helping kernel developer to browse into large scale traces.
 
11
        
 
12
        Based on very powerful and efficient plotting library *Chaco*, pytimechart UI feels very smooth.
 
13
        
 
14
        Based on the python language, its plugin based architecture allow developer to very quickly implement
 
15
        parsing and representation of new trace-event function-trace or trace_printk
 
16
        
 
17
        Kernel traces are parsed as trace-events, and organised into processes, each process
 
18
        is displayed in its own line. The x-axis representing the time, process is represented
 
19
        as intervals when it is scheduled in the system.
 
20
        
 
21
        pyTimechart processes are not only *process* in the common unix sense, it can be any group
 
22
        of activities in the system. Thus pytimechart display activities of:
 
23
        
 
24
        * cpuidle states
 
25
        * cpufreq states
 
26
        * runtime_pm
 
27
        * irqs
 
28
        * tasklets
 
29
        * works
 
30
        * timers
 
31
        * kernel threads
 
32
        * user process
 
33
        * whatever there is a plugin for
 
34
        
 
35
        pyTimechart also represent graphically the wakeup events between two process.
 
36
        
 
37
Keywords: gui,ftrace,perf,trace-event
 
38
Platform: Windows
 
39
Platform: Linux
 
40
Platform: Mac OS-X
 
41
Platform: Unix
 
42
Platform: Solaris
 
43
Classifier: License :: OSI Approved :: BSD License
 
44
Classifier: Programming Language :: Python
 
45
Classifier: Topic :: Software Development :: Libraries :: Python Modules
 
46
Classifier: Operating System :: Microsoft :: Windows
 
47
Classifier: Operating System :: OS Independent
 
48
Classifier: Operating System :: POSIX
 
49
Classifier: Operating System :: Unix
 
50
Classifier: Intended Audience :: Developers