summaryrefslogtreecommitdiff
path: root/docs/reference/endless/eos-profile.xml
blob: dc3b09f1cea43bfe8cdf3c0d74f9c102157ac858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<refentry id="eos-profile-tool" lang="en">
  <refentryinfo>
    <title>eos-profile</title>
    <productname>Endless</productname>
    <authorgroup>
      <author>
        <contrib>Developer</contrib>
        <firstname>Emmanuele</firstname>
        <surname>Bassi</surname>
        <org><orgname>Endless</orgname></org>
      </author>
    </authorgroup>
  </refentryinfo>

  <refmeta>
    <refentrytitle>eos-profile</refentrytitle>
    <manvolnum>1</manvolnum>
    <refmiscinfo class="manual">User Commands</refmiscinfo>
  </refmeta>

  <refnamediv>
    <refname>eos-profile</refname>
    <refpurpose>Inspect profiling data</refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <cmdsynopsis>
      <command>eos-profile</command>
      <arg choice="plain">help</arg>
    </cmdsynopsis>
    <cmdsynopsis>
      <command>eos-profile</command>
      <arg choice="plain">show</arg>
      <arg choice="plain"><replaceable>FILE</replaceable></arg>
    </cmdsynopsis>
    <cmdsynopsis>
      <command>eos-profile</command>
      <arg choice="plain">convert</arg>
      <arg choice="plain"><replaceable>FILE</replaceable></arg>
    </cmdsynopsis>
    <cmdsynopsis>
      <command>eos-profile</command>
      <arg choice="plain">diff</arg>
      <arg choice="plain" rep="repeat"><replaceable>FILE</replaceable></arg>
    </cmdsynopsis>
  </refsynopsisdiv>

  <refsect1>
    <title>Description</title>
    <para>
      <command>eos-profile</command> is a tool for inspecting, converting, and
      comparing profile data files generated by the Endless SDK.
    </para>
  </refsect1>

  <refsect1>
    <title>Commands</title>
    <variablelist>
      <varlistentry>
        <term><option>show</option></term>
        <listitem><para>
          Prints out a list of the profiling probes for the given file,
          as well as the various timing information associated to each
          probe, and their location in the source.
        </para></listitem>
      </varlistentry>
      <varlistentry>
        <term><option>convert</option></term>
        <listitem><para>
          Converts a profile data file into other formats, like JSON.
        </para></listitem>
      </varlistentry>
      <varlistentry>
        <term><option>diff</option></term>
        <listitem><para>
          Compares two or more profile data files, and prints out the
          timing information for each probe in each file.
        </para></listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

</refentry>