OliverWang
OliverWang
Thanks @minosvasilias @viktor-ferenczi , your information are very helpful. I read some paper and find someone tried to use AST(abstract syntax tree) to improve model quality on coding generation. Do...
I have same issue. Acess raw files and handle AIGC requests inside pipeline seems not possible still with latest build v0.5.20.
I would use some ebpf features to do such filtering. Eg, calling bpf helpers like `bpf_trace_printk`, and acts as what atrace done to take advantage of ftrace features to link...
Seems this is what i needed. Is there any samples? https://perfetto.dev/docs/reference/trace-config-proto#PerfEvents.Tracepoint
> > Yes. See my comments above. We are hardcoding some conditions to treat images and other files (txt, csv) differently but it would be nice if this can be...
Thanks. There is always something new. Waiting for you update.
Does process-scoped (async) slices support show thread time, by `extra_counter_track_uuids` stuff? I tried to add thread information to `track_descriptor`, seems not working. You can third child show in a seperate...
I am looking for some visual feature of mouse selecting and draging and make use of perfetto ui's aggragation feature, which can show associated internal values with these slices. Is...