mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 11:35:22 +00:00
Add timing functions and APIs. This is now used with some of the tests we have for performance and metrics and will be used whereever timing informations are needed, for example for tracing, profiling and other operations where timing info is critical. Signed-off-by: Daniel Leung <daniel.leung@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
# Copyright (c) 2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config TIMING_FUNCTIONS
|
|
bool "Timing Functions"
|
|
help
|
|
When enabled, timing related functions are compiled. This is
|
|
useful for gathering timing on code execution.
|