Ylang
1 program
Added 2026-03-17T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: Y Language, Y Lang, ylang
Provenance: commit 8ea7b564b1 · authored 2026-03-17T04:01:23+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
2 sources · pl_id:
pl/y-langRelated languages
LLM-contributed programs
Aggregate Statistics with Timer Probe
Provenance: commit 8ea7b564b1 · authored 2026-03-17T04:01:23+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
_agg my_agg;
_probe foo() -> int retval {
my_agg <<< retval;
}
_probe _timer.s(3) {
long cnt = _count(my_agg);
if (cnt == 0) {
printf("no samples found.\n");
_exit();
}
printf("min/avg/max: %ld/%ld/%ld\n", _min(my_agg), _avg(my_agg), _max(my_agg));
_print(_hist_log(my_agg));
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)