Tracing: Chrome Debugging Protocol -


task want collect js function call events in chrome extension using debugger api.

problem when collect events listening tracing.datacollected huge array of events don't want collect. each of collected event object of form {cat, dur,name,ph,pid,tid,ts} in official api documentation there no details event categories therefore can't limit collection.

required can find detailed these event categories?


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -