正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -149,6 +149,8 @@ int main(int argc, char** argv) | @@ -149,6 +149,8 @@ int main(int argc, char** argv) | ||
| 149 | // TODO: support both little and big endian. | 149 | // TODO: support both little and big endian. |
| 150 | srs_assert(srs_is_little_endian()); | 150 | srs_assert(srs_is_little_endian()); |
| 151 | 151 | ||
| 152 | + // for gperf gmp or gcp, | ||
| 153 | + // should never enable it when not enabled for performance issue. | ||
| 152 | #ifdef SRS_AUTO_GPERF_MP | 154 | #ifdef SRS_AUTO_GPERF_MP |
| 153 | HeapProfilerStart("gperf.srs.gmp"); | 155 | HeapProfilerStart("gperf.srs.gmp"); |
| 154 | #endif | 156 | #endif |
-
请 注册 或 登录 后发表评论