# 欢迎

## 什么是 Stopwatch Kit？ <a href="#what-is" id="what-is"></a>

Stopwatch Kit 是面向开发者提供的一套用于快速统计和管理高精度程序运行时长的开发者套件。

通过使用 Stopwatch Kit，开发者可以通过使用便捷且易于理解的 Stopwatch 类和方法实现对程序多个阶段的运行时长进行高精度统计和管理，而无需关注其底层实现。Stopwatch Kit 仅对底层内建实现进行封装，并以友好的类和方法面向开发者，这也是 Stopwatch Kit 存在的目的。

目前 Stopwatch Kit 主要面向 Python 提供支&#x6301;**。**

## 开发语言 & 平台 <a href="#development-language" id="development-language"></a>

目前 Stopwatch Kit 面向以下平台提供开放源代码实现。

### Python

{% content-ref url="/pages/-LneznWRDb7uruSJUxw4" %}
[概述](/stopwatch/python/overview.md)
{% endcontent-ref %}

## 还有其他问题？ <a href="#other-problems" id="other-problems"></a>

如果您仍有其他问题，请前往常见问题页面查阅。

{% content-ref url="/pages/-Lnf25CgTZJt3mfSXPyG" %}
[常见问题](/stopwatch/faqs.md)
{% endcontent-ref %}

若您的问题并未在常见问题中列出，您可以在受支持开发语言 & 平台对应 Stopwatch Kit 的 Github 存储库提交新的问题。


---

# 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://smallso.gitbook.io/stopwatch/master.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.
