Lines Matching full:jank
23 * @brief Provides the ability to detect thread stuck or jank of your own business thread
28 * (2)The Business thread jank for a short time,usually it is less than one second.
79 * @brief In jank scenario, you need to insert two stub functions before and after
82 * If it exceeds the preset threshold, a jank event will be reported.
91 * @brief In jank scenario, you need to insert two stub functions before and after
94 * If it exceeds the preset threshold, a jank event will be reported.
103 * @brief Parameters used for jank detection.
109 /** In jank scenario, it's the theshold exceed which sample stack will be collected. */
127 * @brief Set up stub functions for jank detection.
131 * @param param The parameter for jank detection setting.