You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hay que ver qué estrategia adoptamos con el logger. En Wollok LSP IDE guardamos el tiempo de buildeo que excede los xxx milisegundos (por defecto 100). Pero en wollok-ts-cli no estamos logueando lo que tarda, con lo cual cuando hacemos un run o levantamos un REPL esa info no está.
Y... ya no necesitaríamos tener un time + timeEnd con el debug, habría que cambiar la estrategia para guardar el tiempo solamente y llamar al logger por otro.
Hay que pegarle una revisada a los logs de profiling como estos:
wollok-ts-cli/src/commands/run.ts
Lines 30 to 32 in 47b6bed
wollok-ts-cli/src/utils.ts
Lines 15 to 29 in 47b6bed
Quizás necesitemos otra herramienta de logging que me permita hacer esos profilings en lugar de usarla como un flag y nada más.
The text was updated successfully, but these errors were encountered: