Skip to content

Commit 0e4ad23

Browse files
authored
Update memory table config for tagging (#105)
The memory estimator tool no longer special cases paths including '3rdparty' to have a 'third-party utility' tag. This fixes it and sets the tag to be more descriptive.
1 parent 58aa6f0 commit 0e4ad23

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/memory_statistics_config.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"lib_name": "coreHTTP",
33
"src": [
44
"source/core_http_client.c",
5-
"source/dependency/3rdparty/http_parser/http_parser.c"
5+
{
6+
"file": "source/dependency/3rdparty/http_parser/http_parser.c",
7+
"tag": "http-parser"
8+
}
69
],
710
"include": [
811
"source/include",

docs/doxygen/include/size_table.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<td><center>2.5K</center></td>
1414
</tr>
1515
<tr>
16-
<td>http_parser.c (third-party utility)</td>
16+
<td>http_parser.c (http-parser)</td>
1717
<td><center>15.7K</center></td>
1818
<td><center>13.0K</center></td>
1919
</tr>

0 commit comments

Comments
 (0)