Bug #4897
closedprofiling: Invalid performance counter when using sampling
Description
Some signatures are returning a number of ticks that is out of this world when sampling rate is used:
@{
"checks": 1,
"gid": 1,
"matches": 0,
"percent": 49,
"rev": 10,
"signature_id": 2014702,
"ticks_avg": 94793124810508,
"ticks_avg_match": 0,
"ticks_avg_nomatch": 94793124810508,
"ticks_max": 94793124810508,
"ticks_total": 94793124810508
},
{
"checks": 1,
"gid": 1,
"matches": 0,
"percent": 0,
"rev": 10,
"signature_id": 2100327,
"ticks_avg": 6916,
"ticks_avg_match": 0,
"ticks_avg_nomatch": 6916,
"ticks_max": 6916,
"ticks_total": 6916
},@
Updated by Jeff Lucovsky almost 3 years ago
- Copied from Bug #4836: profiling: Invalid performance counter when using sampling added
Updated by Jeff Lucovsky almost 3 years ago
- Status changed from Assigned to In Progress
Cherry-pick commit(s)
- 6d5f59696dda77e1e7b2c45f51413b76690da4e9
Updated by Jeff Lucovsky almost 3 years ago
- Status changed from In Progress to In Review
Updated by Jeff Lucovsky almost 3 years ago
- Status changed from In Review to Closed