mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
.
This commit is contained in:
parent
0340e8bb25
commit
edb51b3e68
@ -75,7 +75,7 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void end(std::vector<unsigned long long> &results) {
|
inline void end(std::array<unsigned long long, 4> &results) {
|
||||||
if (fd != -1) {
|
if (fd != -1) {
|
||||||
if (ioctl(fd, PERF_EVENT_IOC_DISABLE, PERF_IOC_FLAG_GROUP) == -1) {
|
if (ioctl(fd, PERF_EVENT_IOC_DISABLE, PERF_IOC_FLAG_GROUP) == -1) {
|
||||||
report_error("ioctl(PERF_EVENT_IOC_DISABLE)");
|
report_error("ioctl(PERF_EVENT_IOC_DISABLE)");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user