mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
851 B
JSON
20 lines
851 B
JSON
{
|
|
"name": "Webgrind",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Webgrind is an Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms.",
|
|
"website": "https://github.com/jokkedk/webgrind",
|
|
"matches": [
|
|
{
|
|
"text": "<span id=\"invocation_sum\"></span> different functions called in <span id=\"runtime_sum\"></span> milliseconds (<span id=\"runs\"></span> runs, <span id=\"shown_sum\"></span> shown)"
|
|
},
|
|
{
|
|
"text": "<img class=\"list_reload\" src=\"img/reload.png\" onclick=\"reloadFilelist()\">"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<h1>webgrind<sup style=\"font-size:10px\">v([^<]+)<\\/sup><\\/h1>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|