Home
last modified time | relevance | path

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

/external/pigweed/pw_trace/example/
Dsample_app.cc27 #ifndef SAMPLE_APP_SLEEP_MILLIS
29 #define SAMPLE_APP_SLEEP_MILLIS(millis) \ macro
125 SAMPLE_APP_SLEEP_MILLIS(50); // Fake processing time in ProcessingJob()
133 SAMPLE_APP_SLEEP_MILLIS( in SomeProcessing()
158 SAMPLE_APP_SLEEP_MILLIS(50); in Run()
168 SAMPLE_APP_SLEEP_MILLIS(100); // Fake processing time in GetValue()