Add rendering timer
This commit is contained in:
parent
62afa95fe1
commit
a4cfc44409
@ -95,8 +95,10 @@ var WorkerPDFDoc = (function() {
|
||||
}
|
||||
|
||||
var imageLoadingDone = function() {
|
||||
var timeStart = new Date();
|
||||
console.log("startRenderingFromPreCompilation:", "numberOfFonts", fonts.length);
|
||||
page.startRenderingFromPreCompilation(data.preCompilation, data.fonts, data.images);
|
||||
console.log("RenderingTime", (new Date()) - timeStart);
|
||||
}
|
||||
|
||||
var images = data.images;
|
||||
|
Loading…
Reference in New Issue
Block a user