> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# gpudb::ShowSystemTimingRequest

> gpudb::ShowSystemTimingRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a98058f80289f0cb4fcc381db5f43a54f">GPUdb::showSystemTiming</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/show__system__timing_8h_source">gpudb/protocol/show\_system\_timing.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:ad6ca2fd6101a33938a70aa9be773ddca" id="r_ad6ca2fd6101a33938a70aa9be773ddca">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad6ca2fd6101a33938a70aa9be773ddca">ShowSystemTimingRequest</a> ()</td>
      </tr>

      <tr className="memdesc:ad6ca2fd6101a33938a70aa9be773ddca">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowSystemTimingRequest" title="A set of parameters for GPUdb::showSystemTiming.">ShowSystemTimingRequest</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:ad6ca2fd6101a33938a70aa9be773ddca">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:acbd67389bba3279b220a99ffd60afb1f" id="r_acbd67389bba3279b220a99ffd60afb1f">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#acbd67389bba3279b220a99ffd60afb1f">ShowSystemTimingRequest</a> (const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:acbd67389bba3279b220a99ffd60afb1f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowSystemTimingRequest" title="A set of parameters for GPUdb::showSystemTiming.">ShowSystemTimingRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:acbd67389bba3279b220a99ffd60afb1f">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:acf1e203055e2f3af6decab007d8fa5f7" id="r_acf1e203055e2f3af6decab007d8fa5f7">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#acf1e203055e2f3af6decab007d8fa5f7">options</a></td>
      </tr>

      <tr className="memdesc:acf1e203055e2f3af6decab007d8fa5f7">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters, currently unused. <br /></td>
      </tr>

      <tr className="separator:acf1e203055e2f3af6decab007d8fa5f7">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a98058f80289f0cb4fcc381db5f43a54f">GPUdb::showSystemTiming</a>. </p>
      <p>Returns the last 100 database requests along with the request timing and internal job ID. The admin tool uses it to present request timing information to the user. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__system__timing_8h_source#l00020">20</a> of file <a className="el" href="/content/api/cpp/show__system__timing_8h_source">show\_system\_timing.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#ad6ca2fd6101a33938a70aa9be773ddca">◆ </a></span>ShowSystemTimingRequest() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowSystemTimingRequest::ShowSystemTimingRequest </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowSystemTimingRequest" title="A set of parameters for GPUdb::showSystemTiming.">ShowSystemTimingRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__system__timing_8h_source#l00025">25</a> of file <a className="el" href="/content/api/cpp/show__system__timing_8h_source">show\_system\_timing.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#acbd67389bba3279b220a99ffd60afb1f">◆ </a></span>ShowSystemTimingRequest() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowSystemTimingRequest::ShowSystemTimingRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></span></td>
                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowSystemTimingRequest" title="A set of parameters for GPUdb::showSystemTiming.">ShowSystemTimingRequest</a> object with the specified parameters. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>
                <td>Optional parameters, currently unused. The default value is an empty map. </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__system__timing_8h_source#l00037">37</a> of file <a className="el" href="/content/api/cpp/show__system__timing_8h_source">show\_system\_timing.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#acf1e203055e2f3af6decab007d8fa5f7">◆ </a></span>options</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::ShowSystemTimingRequest::options</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Optional parameters, currently unused. </p>
        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__system__timing_8h_source#l00046">46</a> of file <a className="el" href="/content/api/cpp/show__system__timing_8h_source">show\_system\_timing.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/show__system__timing_8h_source">show\_system\_timing.h</a></li>
    </ul>
  </div>
</div>
