!index
!index 扩展为时间旅行跟踪建立索引或显示索引状态信息。
!index [-status] [-force]
使用 !index
对当前跟踪运行索引传递。
0:000> !index
Indexed 10/14 keyframes
Indexed 14/14 keyframes
Successfully created the index in 535ms.
如果当前跟踪已建立索引,则 !index 命令不执行任何操作。
0:000> !index
Successfully created the index in 0ms.
参数
-status
使用 !index -status
报告跟踪索引的状态。
0:000> !index -status
Index file loaded.
-force
即使磁盘上存在无法加载的索引文件,也可以使用 !index -force
对跟踪建立索引。
0:000> !index -force
Successfully created the index in 152ms.
DLL
ttdext.dll
其他信息
此扩展仅适用于时间旅行跟踪。 有关时间旅行的详细信息,请参阅时间旅行调试 - 概述。