# 检查文件变化

有时候我们该了代码，比如清理后，代码的大小会发生变化。这时想要展示这部分变化可以用bloat-o-meter。

```
./scripts/bloat-o-meter file1.o file2.o
```

通过这个，可以看到不同symbole在代码变化前后有没有区别，区别是多少。


---

# 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://richardweiyang-2.gitbook.io/kernel-exploring/handy_tools/02-check_file_change.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.
