OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ResetTimer
(Results
1 - 6
of
6
) sorted by null
/external/ImageMagick/MagickCore/
timer.c
331
%
ResetTimer
() resets the stopwatch.
333
% The format of the
ResetTimer
method is:
335
% void
ResetTimer
(TimerInfo *time_info)
342
MagickExport void
ResetTimer
(TimerInfo *time_info)
methods.h
[
all
...]
/prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go
56
//
ResetTimer
sets the elapsed benchmark time to zero.
58
func (b *B)
ResetTimer
() {
82
b.
ResetTimer
()
/prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go
56
//
ResetTimer
sets the elapsed benchmark time to zero.
58
func (b *B)
ResetTimer
() {
82
b.
ResetTimer
()
/prebuilts/go/darwin-x86/src/testing/
benchmark.go
97
//
ResetTimer
zeros the elapsed benchmark time and memory allocation counters.
99
func (b *B)
ResetTimer
() {
139
b.
ResetTimer
()
589
// It should not use the StartTimer, StopTimer, or
ResetTimer
functions,
/prebuilts/go/linux-x86/src/testing/
benchmark.go
97
//
ResetTimer
zeros the elapsed benchmark time and memory allocation counters.
99
func (b *B)
ResetTimer
() {
139
b.
ResetTimer
()
589
// It should not use the StartTimer, StopTimer, or
ResetTimer
functions,
Completed in 4112 milliseconds