This document summarizes a research paper on using time complexity analysis for performance testing of embedded software. It describes dividing software modules based on functionality, computing the time complexity of modules statically, tracking actual runtime of modules dynamically, and comparing expected vs actual time to identify performance issues. The researchers conducted experiments on an embedded software project, finding that time performance testing can efficiently detect inconsistencies between design and implementation.