Home
last modified time | relevance | path

Searched refs:Nanosecond (Results 1 – 25 of 7664) sorted by relevance

12345678910>>...307

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/summary/
H A Dpercentiles_test.go24 const Nanosecond = 1000000000 const
72 Cpu: i * Nanosecond,
112 Cpu: i * Nanosecond,
162 Mean: i * Nanosecond,
163 Max: i * Nanosecond,
164 Fifty: i * Nanosecond,
182 Mean: 50 * Nanosecond,
183 Max: 99 * Nanosecond,
184 Fifty: 50 * Nanosecond,
185 Ninety: 90 * Nanosecond,
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckTimeSleepConstant/
H A DCheckTimeSleepConstant.go.golden10 time.Sleep(1 * time.Nanosecond) // want `sleeping for 1`
11 time.Sleep(42 * time.Nanosecond) // want `sleeping for 42`
15 time.Sleep(2 * time.Nanosecond)
16 time.Sleep(time.Nanosecond)
33 time.Sleep(2 * time.Nanosecond)
34 time.Sleep(time.Nanosecond)
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckTimeSleepConstant/
H A DCheckTimeSleepConstant.go.golden10 time.Sleep(1 * time.Nanosecond) // want `sleeping for 1`
11 time.Sleep(42 * time.Nanosecond) // want `sleeping for 42`
15 time.Sleep(2 * time.Nanosecond)
16 time.Sleep(time.Nanosecond)
33 time.Sleep(2 * time.Nanosecond)
34 time.Sleep(time.Nanosecond)
/dports/net-im/tut/tut-0.0.17/vendor/github.com/icza/gox/timex/
H A Dduration_test.go14 123456789 * time.Nanosecond, // 123.456789ms
15 123456 * time.Nanosecond, // 123.456µs
16 123 * time.Nanosecond, // 123ns
52 123 * time.Nanosecond, // 123ns
62 123456789 * time.Nanosecond, // 123.456789ms
67 123456 * time.Nanosecond, // 123.456µs
82 if got := Round(123456789*time.Nanosecond, -1).String(); got != exp {
/dports/sysutils/istio/istio-1.6.7/vendor/contrib.go.opencensus.io/exporter/stackdriver/
H A Dstats_test.go127 Nanos: int32(start.Nanosecond()),
131 Nanos: int32(end.Nanosecond()),
160 Nanos: int32(end.Nanosecond()),
206 Nanos: int32(end.Nanosecond()),
235 Nanos: int32(end.Nanosecond()),
276 Nanos: int32(end.Nanosecond()),
305 Nanos: int32(end.Nanosecond()),
342 Nanos: int32(end.Nanosecond()),
367 Nanos: int32(end.Nanosecond()),
406 Nanos: int32(end.Nanosecond()),
[all …]
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/github.com/jinzhu/now/
H A Dnow.go71 return now.BeginningOfMinute().Add(time.Minute - time.Nanosecond)
76 return now.BeginningOfHour().Add(time.Hour - time.Nanosecond)
82 return time.Date(y, m, d, 23, 59, 59, int(time.Second-time.Nanosecond), now.Location())
87 return now.BeginningOfWeek().AddDate(0, 0, 7).Add(-time.Nanosecond)
92 return now.BeginningOfMonth().AddDate(0, 1, 0).Add(-time.Nanosecond)
97 return now.BeginningOfQuarter().AddDate(0, 3, 0).Add(-time.Nanosecond)
102 return now.BeginningOfHalf().AddDate(0, 6, 0).Add(-time.Nanosecond)
107 return now.BeginningOfYear().AddDate(1, 0, 0).Add(-time.Nanosecond)
155 …currentTime = []int{now.Nanosecond(), now.Second(), now.Minute(), now.Hour(), now.Day(), int(n…
166 …parseTime = []int{t.Nanosecond(), t.Second(), t.Minute(), t.Hour(), t.Day(), int(t.Month()), t.Yea…
[all …]
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/loadshedding/
H A Dthrottler_test.go41 AverageLatencyThreshold: 1 * time.Nanosecond,
43 SamplesPerSecond: rate.Every(1 * time.Nanosecond),
50 AverageLatencyThreshold: 1 * time.Nanosecond,
52 SamplesPerSecond: rate.Every(1 * time.Nanosecond),
59 AverageLatencyThreshold: 1 * time.Nanosecond,
61 SamplesPerSecond: rate.Every(1 * time.Nanosecond),
117 …ng.Options{Mode: loadshedding.Enforce, AverageLatencyThreshold: 1 * time.Nanosecond}, pc11, false},
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/contrib.go.opencensus.io/exporter/stackdriver/
H A Dstats_test.go128 Nanos: int32(start.Nanosecond()),
132 Nanos: int32(end.Nanosecond()),
161 Nanos: int32(end.Nanosecond()),
207 Nanos: int32(end.Nanosecond()),
236 Nanos: int32(end.Nanosecond()),
277 Nanos: int32(end.Nanosecond()),
306 Nanos: int32(end.Nanosecond()),
343 Nanos: int32(end.Nanosecond()),
368 Nanos: int32(end.Nanosecond()),
407 Nanos: int32(end.Nanosecond()),
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/contrib.go.opencensus.io/exporter/stackdriver/
H A Dstats_test.go128 Nanos: int32(start.Nanosecond()),
132 Nanos: int32(end.Nanosecond()),
161 Nanos: int32(end.Nanosecond()),
207 Nanos: int32(end.Nanosecond()),
236 Nanos: int32(end.Nanosecond()),
277 Nanos: int32(end.Nanosecond()),
306 Nanos: int32(end.Nanosecond()),
343 Nanos: int32(end.Nanosecond()),
368 Nanos: int32(end.Nanosecond()),
407 Nanos: int32(end.Nanosecond()),
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/loov/hrtime/
H A Dbenchmark_test.go15 time.Sleep(1000 * time.Nanosecond)
24 time.Sleep(1000 * time.Nanosecond)
32 time.Sleep(1000 * time.Nanosecond)
40 time.Sleep(1000 * time.Nanosecond)
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/civil/
H A Dcivil.go140 Nanosecond int // The nanosecond of the second; range [0-999999999] member
148 tm.Nanosecond = t.Nanosecond()
170 if t.Nanosecond == 0 {
173 return s + fmt.Sprintf(".%09d", t.Nanosecond)
179 tm := time.Date(2, 2, 2, t.Hour, t.Minute, t.Second, t.Nanosecond, time.UTC)
185 return (t.Hour == 0) && (t.Minute == 0) && (t.Second == 0) && (t.Nanosecond == 0)
262 … dt.Date.Month, dt.Date.Day, dt.Time.Hour, dt.Time.Minute, dt.Time.Second, dt.Time.Nanosecond, loc)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/golang-sql/civil/
H A Dcivil.go140 Nanosecond int // The nanosecond of the second; range [0-999999999] member
148 tm.Nanosecond = t.Nanosecond()
170 if t.Nanosecond == 0 {
173 return s + fmt.Sprintf(".%09d", t.Nanosecond)
179 tm := time.Date(2, 2, 2, t.Hour, t.Minute, t.Second, t.Nanosecond, time.UTC)
185 return (t.Hour == 0) && (t.Minute == 0) && (t.Second == 0) && (t.Nanosecond == 0)
262 … dt.Date.Month, dt.Date.Day, dt.Time.Hour, dt.Time.Minute, dt.Time.Second, dt.Time.Nanosecond, loc)
/dports/www/tusd/google-cloud-go-storage-v1.18.2/civil/
H A Dcivil.go140 Nanosecond int // The nanosecond of the second; range [0-999999999] member
148 tm.Nanosecond = t.Nanosecond()
170 if t.Nanosecond == 0 {
173 return s + fmt.Sprintf(".%09d", t.Nanosecond)
179 tm := time.Date(2, 2, 2, t.Hour, t.Minute, t.Second, t.Nanosecond, time.UTC)
185 return (t.Hour == 0) && (t.Minute == 0) && (t.Second == 0) && (t.Nanosecond == 0)
262 … dt.Date.Month, dt.Date.Day, dt.Time.Hour, dt.Time.Minute, dt.Time.Second, dt.Time.Nanosecond, loc)
/dports/www/tusd/tusd-1.8.0/vendor/cloud.google.com/go/civil/
H A Dcivil.go140 Nanosecond int // The nanosecond of the second; range [0-999999999] member
148 tm.Nanosecond = t.Nanosecond()
170 if t.Nanosecond == 0 {
173 return s + fmt.Sprintf(".%09d", t.Nanosecond)
179 tm := time.Date(2, 2, 2, t.Hour, t.Minute, t.Second, t.Nanosecond, time.UTC)
185 return (t.Hour == 0) && (t.Minute == 0) && (t.Second == 0) && (t.Nanosecond == 0)
262 … dt.Date.Month, dt.Date.Day, dt.Time.Hour, dt.Time.Minute, dt.Time.Second, dt.Time.Nanosecond, loc)
/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/src/metrics/
H A Dtime_unit.rs19 Nanosecond, enumerator
39 Nanosecond => "%Y-%m-%dT%H:%M:%S%.f%:z", in format_pattern()
61 Nanosecond => duration.as_nanos() as u64, in duration_convert()
83 Nanosecond => Duration::from_nanos(duration), in as_nanos()
107 0 => Ok(TimeUnit::Nanosecond), in try_from()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/src/metrics/
H A Dtime_unit.rs19 Nanosecond, enumerator
39 Nanosecond => "%Y-%m-%dT%H:%M:%S%.f%:z", in format_pattern()
61 Nanosecond => duration.as_nanos() as u64, in duration_convert()
83 Nanosecond => Duration::from_nanos(duration), in as_nanos()
107 0 => Ok(TimeUnit::Nanosecond), in try_from()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/src/metrics/
H A Dtime_unit.rs19 Nanosecond, enumerator
39 Nanosecond => "%Y-%m-%dT%H:%M:%S%.f%:z", in format_pattern()
61 Nanosecond => duration.as_nanos() as u64, in duration_convert()
83 Nanosecond => Duration::from_nanos(duration), in as_nanos()
107 0 => Ok(TimeUnit::Nanosecond), in try_from()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glean-core/src/metrics/
H A Dtime_unit.rs18 Nanosecond, enumerator
39 Nanosecond => "%Y-%m-%dT%H:%M:%S%.f%:z", in format_pattern()
61 Nanosecond => duration.as_nanos() as u64, in duration_convert()
83 Nanosecond => Duration::from_nanos(duration), in as_nanos()
105 0 => Ok(TimeUnit::Nanosecond), in try_from()
/dports/security/vault/vault-1.8.2/vendor/github.com/jstemmer/go-junit-report/parser/
H A Dparser_test.go34 {"0.1", 0 * time.Nanosecond},
35 {"0.9", 0 * time.Nanosecond},
36 {"4", 4 * time.Nanosecond},
38 {"2000003", 2*time.Millisecond + 3*time.Nanosecond},
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/jstemmer/go-junit-report/parser/
H A Dparser_test.go34 {"0.1", 0 * time.Nanosecond},
35 {"0.9", 0 * time.Nanosecond},
36 {"4", 4 * time.Nanosecond},
38 {"2000003", 2*time.Millisecond + 3*time.Nanosecond},
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/jstemmer/go-junit-report/parser/
H A Dparser_test.go34 {"0.1", 0 * time.Nanosecond},
35 {"0.9", 0 * time.Nanosecond},
36 {"4", 4 * time.Nanosecond},
38 {"2000003", 2*time.Millisecond + 3*time.Nanosecond},
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/jstemmer/go-junit-report/parser/
H A Dparser_test.go34 {"0.1", 0 * time.Nanosecond},
35 {"0.9", 0 * time.Nanosecond},
36 {"4", 4 * time.Nanosecond},
38 {"2000003", 2*time.Millisecond + 3*time.Nanosecond},
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/jstemmer/go-junit-report/parser/
H A Dparser_test.go34 {"0.1", 0 * time.Nanosecond},
35 {"0.9", 0 * time.Nanosecond},
36 {"4", 4 * time.Nanosecond},
38 {"2000003", 2*time.Millisecond + 3*time.Nanosecond},
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/jstemmer/go-junit-report/go-junit-report-0.9.1/parser/
H A Dparser_test.go34 {"0.1", 0 * time.Nanosecond},
35 {"0.9", 0 * time.Nanosecond},
36 {"4", 4 * time.Nanosecond},
38 {"2000003", 2*time.Millisecond + 3*time.Nanosecond},
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/jstemmer/go-junit-report/parser/
H A Dparser_test.go34 {"0.1", 0 * time.Nanosecond},
35 {"0.9", 0 * time.Nanosecond},
36 {"4", 4 * time.Nanosecond},
38 {"2000003", 2*time.Millisecond + 3*time.Nanosecond},

12345678910>>...307