OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_unit
(Results
1 - 7
of
7
) sorted by null
/art/runtime/base/
time_utils.h
41
std::string FormatDuration(uint64_t nano_duration, TimeUnit
time_unit
,
48
uint64_t GetNsToTimeUnitDivisor(TimeUnit
time_unit
);
time_utils.cc
56
uint64_t GetNsToTimeUnitDivisor(TimeUnit
time_unit
) {
61
switch (
time_unit
) {
74
std::string FormatDuration(uint64_t nano_duration, TimeUnit
time_unit
,
77
uint64_t divisor = GetNsToTimeUnitDivisor(
time_unit
);
78
switch (
time_unit
) {
/device/google/marlin/time-services/
time_genoff.h
60
typedef enum
time_unit
{
enum
82
* if
time_unit
= TIME_MSEC, TIME_SECS then ts_val = (uint64_t *)
83
* if
time_unit
= TIME_JULIAN then ts_val = (struct tm *)
/device/huawei/angler/time-services/
time_genoff.h
60
typedef enum
time_unit
{
enum
82
* if
time_unit
= TIME_MSEC, TIME_SECS then ts_val = (uint64_t *)
83
* if
time_unit
= TIME_JULIAN then ts_val = (struct tm *)
/device/lge/bullhead/time-services/
time_genoff.h
60
typedef enum
time_unit
{
enum
82
* if
time_unit
= TIME_MSEC, TIME_SECS then ts_val = (uint64_t *)
83
* if
time_unit
= TIME_JULIAN then ts_val = (struct tm *)
/external/valgrind/massif/
ms_print.in
41
my $
time_unit
;
388
# Read "
time_unit
:" line.
390
($line =~ /^
time_unit
:\s*(.*)$/) or
391
die("Line $.: missing '
time_unit
' line\n");
392
$
time_unit
= $1;
400
my $time_column = sprintf("%14s", "time($
time_unit
)");
606
if ($
time_unit
eq "i") { ($x_label, $x_unit) = i_max_label($end_time) }
607
elsif ($
time_unit
eq "ms") { ($x_label, $x_unit) = t_max_label($end_time) }
608
elsif ($
time_unit
eq "B") { ($x_label, $x_unit) = B_max_label($end_time) }
609
else { die "bad
time_unit
: $time_unit\n";
[
all
...]
ms_main.c
93
time_unit
: ms
378
static const HChar* TimeUnit_to_string(TimeUnit
time_unit
)
380
switch (
time_unit
) {
[
all
...]
Completed in 1615 milliseconds