Significant, Silent, Singleton, Split, Surveyor

This lesson introduces the following analysis patterns: significant event, silent messages, singleton event, split message, and surveyor.

Significant event

When looking at software traces or simply while scrolling, specific messages tend to grab our attention. We call them significant events. It could be a recorded exception (exception stack trace) or an error, basic fact, a trace message from vocabulary index, or just a trace statement that marks the start of some activity we want to explore in depth. Some examples may be a particular DLL attached to the process, the start of a coupled process, or a called function. The start of a trace and the end of it are trivial significant events. They are used to decide whether the trace is circular, and to determine the trace recording interval or its average statement current.

Get hands-on with 1200+ tech skills courses.