TSG-11147: 性能优化,使用sapp_get_platform_opt(SPO_CURTIME_TIMET_MS)代替clock_gettime()

This commit is contained in:
liuxueli
2022-07-20 17:21:17 +08:00
parent c89e3dc036
commit c49b950a10
4 changed files with 25 additions and 19 deletions

View File

@@ -181,7 +181,7 @@ struct topic_stat
int fs2_line_id;
int *send_log_percent;
char name[MAX_STRING_LEN];
struct timespec *drop_start;
long long *drop_start;
rd_kafka_topic_t *topic_rkt;
};