Home
last modified time | relevance | path

Searched defs:Timings (Results 1 – 25 of 124) sorted by relevance

12345

/dports/devel/ispc/ispc-1.16.1/examples/xpu/common/
H A Dcommon_helpers.h38 struct Timings { struct
40 Timings(uint64_t ker, uint64_t hst) : kernel_ns(ker), host_ns(hst) {} in Timings() argument
41 void print(int niter) { in print()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/base/
H A Dtimings.go19 type Timings struct { struct
20 list []timestamp
21 events map[int][]*event // lazily allocated
35 func (t *Timings) append(labels []string, start bool) {
41 func (t *Timings) Start(labels ...string) {
47 func (t *Timings) Stop(labels ...string) {
55 func (t *Timings) AddEvent(size int64, unit string) {
70 func (t *Timings) Write(w io.Writer, prefix string) {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Dtimings.go17 type Timings struct { struct
18 list []timestamp
19 events map[int][]*event // lazily allocated
33 func (t *Timings) append(labels []string, start bool) {
39 func (t *Timings) Start(labels ...string) {
45 func (t *Timings) Stop(labels ...string) {
53 func (t *Timings) AddEvent(size int64, unit string) {
68 func (t *Timings) Write(w io.Writer, prefix string) {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dtimings.go17 type Timings struct { struct
18 list []timestamp
19 events map[int][]*event // lazily allocated
33 func (t *Timings) append(labels []string, start bool) {
39 func (t *Timings) Start(labels ...string) {
45 func (t *Timings) Stop(labels ...string) {
53 func (t *Timings) AddEvent(size int64, unit string) {
68 func (t *Timings) Write(w io.Writer, prefix string) {
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/core/compiler/
H A Dtimings.rs19 config: &'cfg Config,
21 enabled: bool,
23 report_html: bool,
25 report_info: bool,
27 report_json: bool,
29 start: Instant,
31 start_str: String,
37 profile: String,
39 total_fresh: u32,
64 /// The time when this unit started as an offset in seconds from `Timings::start`. argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/core/compiler/
H A Dtimings.rs19 config: &'cfg Config,
21 enabled: bool,
23 report_html: bool,
25 report_info: bool,
27 report_json: bool,
29 start: Instant,
31 start_str: String,
37 profile: String,
39 total_fresh: u32,
64 /// The time when this unit started as an offset in seconds from `Timings::start`. argument
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/core/compiler/
H A Dtimings.rs19 config: &'cfg Config,
21 enabled: bool,
23 report_html: bool,
25 report_info: bool,
27 report_json: bool,
29 start: Instant,
31 start_str: String,
37 profile: String,
39 total_fresh: u32,
64 /// The time when this unit started as an offset in seconds from `Timings::start`. argument
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/display/
H A Dedid-generate.c48 typedef struct Timings { struct
58 } Timings; argument
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/display/
H A Dedid-generate.c48 typedef struct Timings { struct
58 } Timings; typedef
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/har/
H A Dtypes.go75Timings *Timings `json:"timings"` // Detailed timing info about request… member
188 type Timings struct { struct
189 …queue waiting for a network connection. Use -1 if the timing does not apply to the current request.
190 …e time required to resolve a host name. Use -1 if the timing does not apply to the current request.
191 …Time required to create TCP connection. Use -1 if the timing does not apply to the current request.
192 Send float64 `json:"send"` // Time required to send HTTP request to the server.
193 Wait float64 `json:"wait"` // Waiting for a response from the server.
194 …t64 `json:"receive"` // Time required to read entire response from the server (or cache).
195 …is defined then the time is also included in the connect field (to ensure backward compatibility w…
196 Comment string `json:"comment,omitempty"` // A comment provided by the user or the application.
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glean-core/src/metrics/
H A Dtiming_distribution.rs34 struct Timings { struct
40 impl Timings { argument
/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/src/metrics/
H A Dtiming_distribution.rs34 struct Timings { struct
40 impl Timings { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/src/metrics/
H A Dtiming_distribution.rs34 struct Timings { struct
40 impl Timings { argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/src/metrics/
H A Dtiming_distribution.rs34 struct Timings { struct
40 impl Timings { implementation
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/docs/latex/
H A Dlog10.tex158 \section{Timings}\label{subsec:timingslog10} section
H A Dlog.tex972 \subsection{Timings} subsection
/dports/math/reduce/Reduce-svn5758-src/common-lisp/
H A DREADME.md124 Timings section in REDUCE on Common Lisp
/dports/math/crlibm/crlibm-1.0beta4/docs/latex/
H A Dlog10.tex158 \section{Timings}\label{subsec:timingslog10} section in \\partzzz{#1}""\\numhead0{#1}
H A Dlog.tex972 \subsection{Timings} subsection
/dports/math/octave-forge-interval/interval-3.2.0/src/crlibm/docs/latex/
H A Dlog10.tex181 \section{Timings}\label{subsec:timingslog10} section
H A Dlog.tex995 \subsection{Timings} subsection
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/devtools/actors/
H A Dnetwork_event.rs150 struct Timings { struct
162 timings: Timings, argument
/dports/science/cp2k-data/cp2k-7.1.0/benchmarks/QS_pao_ml_tio2/
H A DREADME.md65 ### Timings subsection
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/benchmarks/QS_pao_ml_tio2/
H A DREADME.md65 ### Timings subsection
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/random/
H A Dperformance.rst30 Timings section in Performance

12345