# README

```
00-INDEX
    - this file
highres.txt
    - High resolution timers and dynamic ticks design notes
hpet.txt
    - High Precision Event Timer Driver for Linux
hpet_example.c
    - sample hpet timer test program
hrtimers.txt
    - subsystem for high-resolution kernel timers
Makefile
    - Build and link hpet_example
NO_HZ.txt
    - Summary of the different methods for the scheduler clock-interrupts management.
timekeeping.txt
    - Clock sources, clock events, sched_clock() and delay timer notes
timers-howto.txt
    - how to insert delays in the kernel the right (tm) way.
timer_stats.txt
    - timer usage statistics
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tinylab-1.gitbook.io/linux-doc/en/timers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
