mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 06:55:25 +00:00
larry babby and threejs for glsl
This commit is contained in:
15
webGl/my-threejs-test/node_modules/@parcel/profiler/lib/Trace.d.ts
generated
vendored
Normal file
15
webGl/my-threejs-test/node_modules/@parcel/profiler/lib/Trace.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/// <reference types="node" />
|
||||
import type { Profile } from "./SamplingProfiler";
|
||||
import type { Writable } from "stream";
|
||||
import { Tracer } from "chrome-trace-event";
|
||||
export default class Trace {
|
||||
tracer: Tracer;
|
||||
tid: number;
|
||||
eventId: number;
|
||||
constructor();
|
||||
getEventId(): number;
|
||||
init(ts: number): void;
|
||||
addCPUProfile(name: string, profile: Profile): void;
|
||||
pipe(writable: Writable): Writable;
|
||||
flush(): void;
|
||||
}
|
Reference in New Issue
Block a user