Home
last modified time | relevance | path

Searched refs:time_s (Results 1 – 17 of 17) sorted by relevance

/external/toybox/toys/lsb/
Ddmesg.c51 unsigned long long time_s, time_us; in format_message() local
60 time_s = time_us/1000000; in format_message()
63 &facpri, &time_s, &time_us, &pos) != 3) return; in format_message()
82 time_t t = TT.tea+time_s; in format_message()
86 } else printf("[%5lld.%06lld] ", time_s, time_us); in format_message()
/external/lisa/libs/wlgen/wlgen/
Drta.py638 def __init__(self, start_pct=0, end_pct=100, delta_pct=10, time_s=1, argument
665 phase = Phase(time_s, 0, 0)
667 phase = Phase(time_s, period_ms, load)
695 def __init__(self, start_pct=0, end_pct=100, time_s=1, period_ms=100, argument
698 super(Step, self).__init__(start_pct, end_pct, delta_pct, time_s,
732 def __init__(self, start_pct=100, end_pct=0, time_s=1, period_ms=100, argument
758 phase = Phase(time_s, period_ms, load)
/external/lisa/tests/stune/
Dsmoke_test_ramp.config108 "time_s" : 1,
/external/lisa/tests/lisa/
Dtest_wlgen_rtapp.py127 time_s=1, period_ms=50)
/external/lisa/ipynb/examples/trappy/
Dtrappy_example.ipynb290 " time_s=1,\n",
298 " time_s=1,\n",
306 " time_s=1,\n",
/external/lisa/ipynb/examples/energy_meter/
DEnergyMeter_HWMON.ipynb237 " time_s = 0.5).get()\n",
DEnergyMeter_AEP.ipynb237 " time_s = 0.5).get()\n",
DEnergyMeter_ACME.ipynb242 " time_s = 0.5).get()\n",
DEnergyMeter_Monsoon.ipynb281 " time_s = 0.5).get()\n",
/external/lisa/ipynb/examples/wlgen/
Drtapp_example.ipynb331 " # time_s (float): the duration in [s] of each load step\n",
347 " time_s=1, # ... every 1[s]\n",
361 " # time_s (float): the duration in [s] of the start and end load\n",
376 " time_s=1, # ... every 1[s]\n",
398 " # time_s (float): the duration in [s] of the start and end load\n",
415 " time_s=1, # ... every 1[s]\n",
464 "ramp = Ramp(period_ms=100, start_pct=5, end_pct=65, delta_pct=20, time_s=1, cpus=\"0\")\n",
/external/lisa/ipynb/tutorial/
D03_WlGenUsage.ipynb803 "ramp = Ramp(start_pct=10, end_pct=90, delta_pct=20, time_s=1, period_ms=50)\n",
DUseCaseExamples_SchedTuneAnalysis.ipynb2164 " time_s=2,\n",
2397 " \"time_s\" : 1,\r\n",
D00_LisaInANutshell.ipynb713 " time_s=0.5,\n",
/external/lisa/ipynb/releases/
DReleaseNotes_v16.10.ipynb290 "def sample_energy(energy_meter, time_s):\n",
299 " sleep(time_s)\n",
/external/lisa/ipynb/examples/trace_analysis/
DTraceAnalysis_FunctionsProfiling.ipynb203 " time_s = 0.5).get()\n",
DTraceAnalysis_IdleStates.ipynb263 " time_s = 0.5,\n",
DTraceAnalysis_TasksLatencies.ipynb240 " time_s = 0.5).get()\n",